Explorar el Código

Merge pull request #1 from aboe76/master

fix logrotate service name to cron instead of crond
patch-1
Wolodja Wentland hace 10 años
padre
commit
bcd4aed71c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      logrotate/map.jinja

+ 2
- 2
logrotate/map.jinja Ver fichero

@@ -1,7 +1,7 @@
{% set logrotate = salt['grains.filter_by']({
'RedHat': {
'pkg' : 'logrotate',
'service' : 'crond',
'service' : 'cron',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',
@@ -17,7 +17,7 @@
},
'Debian': {
'pkg' : 'logrotate',
'service' : 'crond',
'service' : 'cron',
'conf_file' : '/etc/logrotate.conf',
'include_dir' : '/etc/logrotate.d',
'user' : 'root',

Cargando…
Cancelar
Guardar