Explorar el Código

added Fedora to map.jinja

it's crond service on fedora that initiates logrotate
tags/v0.9.0
Niels Abspoel hace 10 años
padre
commit
9c8e2bdc63
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      logrotate/map.jinja

+ 5
- 1
logrotate/map.jinja Ver fichero

@@ -23,4 +23,8 @@
'user' : 'root',
'group' : 'root',
},
}, merge=salt['pillar.get']('logrotate:lookup')) %}
}, merge=salt['grains.filter_by']({
'Fedora': {
'service' : 'crond',
},
}, grain='os', merge=salt['pillar.get']('logrotate:lookup'))) %}

Cargando…
Cancelar
Guardar