Compare commits

..

1 Commits

Author SHA1 Message Date
689aba411c
Manage salt-minion package, service and config
Restart the service after upgrading the package or modifying the minion
configuration file.

Signed-off-by: Joe Groocock <me@frebib.net>
2020-07-12 16:54:10 +01:00

View File

@ -27,7 +27,7 @@ restart-salt-minion:
- group: root
- mode: 644
- context:
- masters: {{ masters|json }}
masters: {{ masters|json }}
- require:
- pkg: salt-minion