This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
old-salt-formula
mirror of
https://github.com/saltstack-formulas/salt-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
68
Wiki
Activity
Browse Source
fix(service): svc `salt-master` watch `remove-default-master-conf-file`
tags/v1.5.1
sticky-note
4 years ago
parent
342e82271b
commit
e1774e3b40
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
salt/master.sls
+ 2
- 0
salt/master.sls
View File
@@ -66,6 +66,8 @@ salt-master:
remove-default-master-conf-file:
file.absent:
- name: {{ salt_settings.config_path }}/master
- watch_in:
- service: salt-master
{% endif %}
# clean up old _defaults.conf file if they have it around
Write
Preview
Loading…
Cancel
Save