mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Ensure provisioner runs when performing a reload (#1484)
with libvirt-vagrant >= 0.8.0 `vagrant reload` no longer executed the provisioner.
This commit is contained in:
@@ -213,6 +213,7 @@ module VagrantPlugins
|
||||
end
|
||||
|
||||
b2.use ConfigValidate
|
||||
b2.use Provision
|
||||
b2.use action_halt
|
||||
b2.use action_start
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user