1
0
Fork 0

No need to reload the service on configuration change

This commit is contained in:
Andre Sencioles 2017-01-25 09:40:36 +13:00
parent 91127e933d
commit 6dd570ad43
3 changed files with 0 additions and 6 deletions

View File

@ -13,7 +13,4 @@ logrotate_config:
- mode: {{ salt['pillar.get']('logrotate:config:mode', '644') }}
- require:
- pkg: logrotate
- watch_in:
- service: {{ logrotate.service }}

View File

@ -6,7 +6,6 @@ logrotate:
service.running:
- name: {{ logrotate.service }}
- enable: True
- reload: True
logrotate_directory:
file.directory:

View File

@ -16,8 +16,6 @@ logrotate_{{key}}:
- mode: {{ salt['pillar.get']('logrotate:config:mode', '644') }}
- require:
- pkg: logrotate
- watch_in:
- service: {{ logrotate.service }}
- context:
{% if value is mapping %}
path: {{ value.get('path', []) }}