Flip around action to be after dependency provisioner name
This commit is contained in:
parent
160ee09da2
commit
963319d938
|
@ -2490,7 +2490,7 @@ en:
|
||||||
invalid_alias_value: |-
|
invalid_alias_value: |-
|
||||||
Provisioner option `%{opt}` is not set as a valid type. Must be a string, or one of the alias shortcuts: %{alias}
|
Provisioner option `%{opt}` is not set as a valid type. Must be a string, or one of the alias shortcuts: %{alias}
|
||||||
missing_provisioner_name: |-
|
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: |-
|
wrong_type: |-
|
||||||
Provisioner option `%{opt}` is not set as a valid type. Must be a string.
|
Provisioner option `%{opt}` is not set as a valid type. Must be a string.
|
||||||
chef:
|
chef:
|
||||||
|
|
Loading…
Reference in New Issue