SOUP Changes

This commit is contained in:
TOoSmOotH
2020-12-14 20:46:31 -05:00
parent 7a314b5935
commit cbd59ed86a
7 changed files with 64 additions and 3 deletions
+9
View File
@@ -244,10 +244,19 @@ commonlogrotateconf:
- dayweek: '*'
{% endif %}
# Manager daemon.json
docker_daemon:
file.managed:
- source: salt://common/files/daemon.json
- name: /etc/docker/daemon.json
- template: jinja
# Make sure Docker is always running
docker:
service.running:
- enable: True
- watch:
- file: docker_daemon
{% else %}