Compare commits

..

1 Commits

Author SHA1 Message Date
94935489f5
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:57:20 +01:00

View File

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