Browse Source

changed master require to watch, and both to salt-master

tags/v0.57.0
Kenneth Wilke 11 years ago
parent
commit
76684f638d
1 changed files with 2 additions and 2 deletions
  1. +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

Loading…
Cancel
Save