2012-04-18 17:09:25 -07:00

10 lines
153 B
Ruby

require "vagrant"
module VagrantPlugins
module Kernel
class PackageConfig < Vagrant::Config::V1::Base
attr_accessor :name
end
end
end