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:
Thomas Wouters
2022-04-27 18:46:54 +02:00
committed by GitHub
parent e65aec6b0b
commit 390b437519

View File

@@ -213,6 +213,7 @@ module VagrantPlugins
end end
b2.use ConfigValidate b2.use ConfigValidate
b2.use Provision
b2.use action_halt b2.use action_halt
b2.use action_start b2.use action_start
end end