mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Flip around action to be after dependency provisioner name
This commit is contained in:
parent
160ee09da2
commit
963319d938
1 changed files with 1 additions and 1 deletions
|
|
@ -2490,7 +2490,7 @@ en:
|
|||
invalid_alias_value: |-
|
||||
Provisioner option `%{opt}` is not set as a valid type. Must be a string, or one of the alias shortcuts: %{alias}
|
||||
missing_provisioner_name: |-
|
||||
Could not find provisioner name `%{name}` defined for machine `%{machine_name}` to run provisioner `%{action}` "%{provisioner_name}".
|
||||
Could not find provisioner name `%{name}` defined for machine `%{machine_name}` to run provisioner "%{provisioner_name}" `%{action}`.
|
||||
wrong_type: |-
|
||||
Provisioner option `%{opt}` is not set as a valid type. Must be a string.
|
||||
chef:
|
||||
|
|
|
|||
Loading…
Reference in a new issue