diff --git a/lib/vagrant/action.rb b/lib/vagrant/action.rb index f1374a13a..342044335 100644 --- a/lib/vagrant/action.rb +++ b/lib/vagrant/action.rb @@ -33,7 +33,6 @@ module Vagrant autoload :ClearForwardedPorts, 'vagrant/action/vm/clear_forwarded_ports' autoload :ClearNFSExports, 'vagrant/action/vm/clear_nfs_exports' autoload :ClearSharedFolders, 'vagrant/action/vm/clear_shared_folders' - autoload :Customize, 'vagrant/action/vm/customize' autoload :Destroy, 'vagrant/action/vm/destroy' autoload :DestroyUnusedNetworkInterfaces, 'vagrant/action/vm/destroy_unused_network_interfaces' autoload :DiscardState, 'vagrant/action/vm/discard_state' @@ -43,7 +42,6 @@ module Vagrant autoload :HostName, 'vagrant/action/vm/host_name' autoload :Import, 'vagrant/action/vm/import' autoload :MatchMACAddress, 'vagrant/action/vm/match_mac_address' - autoload :Modify, 'vagrant/action/vm/modify' autoload :Network, 'vagrant/action/vm/network' autoload :NFS, 'vagrant/action/vm/nfs' autoload :Package, 'vagrant/action/vm/package'