2012-11-06 21:28:44 -08:00

10 lines
159 B
Ruby

require "vagrant"
module VagrantPlugins
module Kernel_V2
class PackageConfig < Vagrant.plugin("2", :config)
attr_accessor :name
end
end
end