Ver código fonte

No need to reload the service on configuration change

tags/v0.9.0
Andre Sencioles 8 anos atrás
pai
commit
6dd570ad43
3 arquivos alterados com 0 adições e 6 exclusões
  1. +0
    -3
      logrotate/config.sls
  2. +0
    -1
      logrotate/init.sls
  3. +0
    -2
      logrotate/jobs.sls

+ 0
- 3
logrotate/config.sls Ver arquivo

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



+ 0
- 1
logrotate/init.sls Ver arquivo

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

logrotate_directory:
file.directory:

+ 0
- 2
logrotate/jobs.sls Ver arquivo

@@ -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', []) }}

Carregando…
Cancelar
Salvar