2012-06-14 18:49:20 -07:00

10 lines
156 B
Ruby

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