Compare commits
1 Commits
eab6e1b85f
...
3f3fae0f4a
Author | SHA1 | Date | |
---|---|---|---|
3f3fae0f4a |
@ -8,10 +8,7 @@ salt-minion:
|
||||
- require:
|
||||
- pkg: salt-minion
|
||||
- file: /etc/salt/minion
|
||||
|
||||
restart-salt-minion:
|
||||
service.restart:
|
||||
- name: salt-minion
|
||||
- order: last
|
||||
- no_block: true
|
||||
- watch:
|
||||
@ -33,6 +30,7 @@ restart-salt-minion:
|
||||
|
||||
check-minion-config:
|
||||
cmd.run:
|
||||
- name: sudo salt-call --local --skip-grains test.ping
|
||||
- name: sudo salt-call --local --skip-grains test.ping:
|
||||
- watch:
|
||||
- file: /etc/salt/minion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user