Merge pull request #10570 from briancain/show-more-info-with-file-prov
Show source and destination locations with file provisioner
This commit is contained in:
commit
a8b3d17e5c
|
@ -38,6 +38,8 @@ module VagrantPlugins
|
|||
end
|
||||
comm.execute(command)
|
||||
|
||||
@machine.ui.detail(I18n.t("vagrant.actions.vm.provision.file.locations",
|
||||
src: source, dst: destination))
|
||||
# now upload the file
|
||||
comm.upload(source, destination)
|
||||
end
|
||||
|
|
|
@ -2323,6 +2323,8 @@ en:
|
|||
disabled_by_sentinel: |-
|
||||
Machine already provisioned. Run `vagrant provision` or use the `--provision`
|
||||
flag to force provisioning. Provisioners marked to run always will still run.
|
||||
file:
|
||||
locations: "%{src} => %{dst}"
|
||||
resume:
|
||||
resuming: Resuming suspended VM...
|
||||
unpausing: |-
|
||||
|
|
Loading…
Reference in New Issue