frapposelli / vagrant-vcloud

Vagrant provider for VMware vCloud Director®
MIT License
67 stars 38 forks source link

Call built-in ProvisionerCleanup on vagrant destroy #112

Closed pfink closed 9 years ago

pfink commented 9 years ago

... otherwise plugins like vagrant-butcher aren't triggered. Compare with: https://github.com/mitchellh/vagrant/blob/v1.7.2/plugins/providers/virtualbox/action.rb#L97

Works fine with vagrant-butcher on multi-machine setup.

(Copy of #111 for develop branch)

frapposelli commented 9 years ago

no need to open a new one, currently merging and will release later today.

pfink commented 9 years ago

Okay, sorry, just did it because @tsugliani requested to do the PR against the develop branch. Unfortunately it's not possible to change the target branch after doing the PR, so I intended to close the old one and reference the new one. But you're too fast ;)