From: Frank Brehm Date: Fri, 27 Oct 2017 13:19:55 +0000 (+0200) Subject: Fixing logrotate configuration X-Git-Tag: v0.1.0~2138^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=51d925acb3194c5ff692298d0563f022cbd24d18;p=pixelpark%2Fhiera.git Fixing logrotate configuration --- diff --git a/customer/pixelpark-mail/common.yaml b/customer/pixelpark-mail/common.yaml index 1252cfda..c1db74b2 100644 --- a/customer/pixelpark-mail/common.yaml +++ b/customer/pixelpark-mail/common.yaml @@ -153,7 +153,7 @@ infra::profile::logrotate::rules: rotate_every: 'day' missingok: true minsize: '4M' - su: true + #su: true su_owner: 'named' su_group: 'named' create: true @@ -171,7 +171,7 @@ infra::profile::logrotate::rules: named_run: path: '/var/named/data/named.run' missingok: true - su: true + #su: true su_owner: 'named' su_group: 'named' create: true