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.tags/v1.5.1
@@ -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: |