parent
bd465484be
commit
a9223cf443
|
@ -36,7 +36,9 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
module General
|
module General
|
||||||
autoload :Package, 'vagrant/action/general/package'
|
autoload :Package, 'vagrant/action/general/package'
|
||||||
|
autoload :PackageSetupFiles, 'vagrant/action/general/package_setup_files'
|
||||||
|
autoload :PackageSetupFolders, 'vagrant/action/general/package_setup_folders'
|
||||||
end
|
end
|
||||||
|
|
||||||
# This is the action that will add a box from a URL. This middleware
|
# This is the action that will add a box from a URL. This middleware
|
||||||
|
|
Loading…
Reference in New Issue