mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 00:48:02 +01:00
Merge pull request #474 from sticky-note/fix/service
fix(service): service `salt-master` watch `remove-default-master-conf…
This commit is contained in:
commit
88b5b451b2
@ -66,6 +66,8 @@ salt-master:
|
|||||||
remove-default-master-conf-file:
|
remove-default-master-conf-file:
|
||||||
file.absent:
|
file.absent:
|
||||||
- name: {{ salt_settings.config_path }}/master
|
- name: {{ salt_settings.config_path }}/master
|
||||||
|
- watch_in:
|
||||||
|
- service: salt-master
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# clean up old _defaults.conf file if they have it around
|
# clean up old _defaults.conf file if they have it around
|
||||||
|
Loading…
Reference in New Issue
Block a user