Compare commits

..

1 Commits

Author SHA1 Message Date
2e3fd31e04
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:58:27 +01:00

View File

@ -23,6 +23,7 @@ restart-salt-minion:
/etc/salt/minion: /etc/salt/minion:
file.managed: file.managed:
- source: salt://{{ slspath }}/templates/minion.jinja - source: salt://{{ slspath }}/templates/minion.jinja
- template: jinja
- user: root - user: root
- group: root - group: root
- mode: 644 - mode: 644