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
changed master require to watch, and both to salt-master
tags/v0.57.0
Kenneth Wilke
11 years ago
parent
b1903eea83
commit
76684f638d
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
+2
-2
salt/master.sls
+ 2
- 2
salt/master.sls
View File
@@ -12,6 +12,6 @@ salt-master:
service.running:
- enable: True
- require:
- pkg: salt-minion
- watch:
- file: salt-minion
- pkg: salt-master
- file: salt-master
Write
Preview
Loading…
Cancel
Save