mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
fix run_provisioner
This commit is contained in:
@@ -6,7 +6,10 @@ module VagrantPlugins
|
|||||||
# This is the same as the builtin provision except it times the
|
# This is the same as the builtin provision except it times the
|
||||||
# provisioner runs.
|
# provisioner runs.
|
||||||
class TimedProvision < Vagrant::Action::Builtin::Provision
|
class TimedProvision < Vagrant::Action::Builtin::Provision
|
||||||
def run_provisioner(env, p)
|
def run_provisioner(env, name, p)
|
||||||
|
env[:ui].info(I18n.t("vagrant.actions.vm.provision.beginning",
|
||||||
|
:provisioner => name))
|
||||||
|
|
||||||
timer = Util::Timer.time do
|
timer = Util::Timer.time do
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user