Merge pull request #477 from noelmcloughlin/fx

fix(minion): fix requisites from recent prs
This commit is contained in:
Imran Iqbal 2020-07-15 16:25:21 +01:00 committed by GitHub
commit 5cee96484d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -55,8 +55,11 @@ salt-master:
- enable: {{ salt_settings.master_service_details.enabled }}
- name: {{ salt_settings.master_service }}
- watch:
{%- if grains.kernel|lower == 'darwin' %}
- file: salt-master-macos
{%- else %}
- file: salt-master
{%- endif %}
- file: remove-old-master-conf-file
{% endif %}
{% if salt_settings.master_remove_config %}

View File

@ -51,6 +51,8 @@ salt-minion-macos:
interval: 10
splay: 10
- require_in:
- service: salt-minion
- watch_in:
- service: salt-minion
{%- endif %}
{%- endif %}
@ -104,8 +106,6 @@ salt-minion:
- enable: {{ salt_settings.minion_service_details.enabled }}
- name: {{ salt_settings.minion_service }}
- watch:
- file: salt-master-macos
- file: salt-master
- file: remove-old-minion-conf-file
{% endif %}
{%- if not salt_settings.restart_via_at %}