fix(service): service salt-master and salt-minion to restart last
When running a high-state on the salt-master to deploy itself, the run fails with an Authentication error occurred because the master restarts half way though.
This commit is contained in:
parent
76e820c36f
commit
d71cf0c4f9
|
@ -61,6 +61,7 @@ salt-master:
|
|||
- file: salt-master
|
||||
{%- endif %}
|
||||
- file: remove-old-master-conf-file
|
||||
- order: last
|
||||
{% endif %}
|
||||
{% if salt_settings.master_remove_config %}
|
||||
remove-default-master-conf-file:
|
||||
|
|
|
@ -107,6 +107,7 @@ salt-minion:
|
|||
- name: {{ salt_settings.minion_service }}
|
||||
- watch:
|
||||
- file: remove-old-minion-conf-file
|
||||
- order: last
|
||||
{% endif %}
|
||||
{%- if not salt_settings.restart_via_at %}
|
||||
cmd.run:
|
||||
|
|
Loading…
Reference in New Issue