mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #437 from electrofelix/add-cleanup-action
Enable provisionser cleanup hooks to be actioned
This commit is contained in:
commit
8f9fac8da9
@ -172,6 +172,7 @@ module VagrantPlugins
|
||||
# b2.use PruneNFSExports
|
||||
b2.use DestroyDomain
|
||||
b2.use DestroyNetworks
|
||||
b2.use ProvisionerCleanup
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -370,6 +371,7 @@ module VagrantPlugins
|
||||
autoload :HandleBox, 'vagrant/action/builtin/handle_box'
|
||||
autoload :SyncedFolders, 'vagrant/action/builtin/synced_folders'
|
||||
autoload :SyncedFolderCleanup, 'vagrant/action/builtin/synced_folder_cleanup'
|
||||
autoload :ProvisionerCleanup, 'vagrant/action/builtin/provisioner_cleanup'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user