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