Explorar el Código

fix logrotate service name to cron instead of crond

patch-1
Niels Abspoel hace 10 años
padre
commit
6f1b01d59f
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