2
0

fix(minion): correct faulty requisite on MacOS

This commit is contained in:
jeanluc 2022-03-23 13:01:44 +01:00
parent 1ab177d5be
commit 6cd64bd759
No known key found for this signature in database
GPG Key ID: 3EB52D4C754CD898

View File

@ -64,7 +64,7 @@ salt-minion:
- service: salt-minion - service: salt-minion
{% endif %} {% endif %}
- onchanges_in: - onchanges_in:
- cmd: remove-macpackage-salt - file: remove-macpackage-salt
{%- elif grains.os != 'MacOS' and "workaround https://github.com/saltstack/salt/issues/49348" %} {%- elif grains.os != 'MacOS' and "workaround https://github.com/saltstack/salt/issues/49348" %}
pkg.installed: pkg.installed:
- name: {{ salt_settings.salt_minion }} - name: {{ salt_settings.salt_minion }}