10 lines
158 B
Ruby
10 lines
158 B
Ruby
require "vagrant"
|
|
|
|
module VagrantPlugins
|
|
module Kernel_V1
|
|
class PackageConfig < Vagrant::Plugin::V1::Config
|
|
attr_accessor :name
|
|
end
|
|
end
|
|
end
|