From: Frank Brehm Date: Mon, 11 Dec 2017 13:39:49 +0000 (+0100) Subject: Changing logrotation of DNS servers X-Git-Tag: v0.1.0~1902 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=827498037e1fa22e46276b8babe7856ead82ce79;p=pixelpark%2Fhiera.git Changing logrotation of DNS servers --- diff --git a/customer/pixelpark-dns/common.yaml b/customer/pixelpark-dns/common.yaml index 1f69dcbd..c260a116 100644 --- a/customer/pixelpark-dns/common.yaml +++ b/customer/pixelpark-dns/common.yaml @@ -10,6 +10,10 @@ postfix::myorigin: "pixelpark.com" # Logrotation infra::profile::logrotate::rules: + btmp: + dateformat: '-%Y-%m-%d' + wtmp: + dateformat: '-%Y-%m-%d' named: path: '/var/log/named/*.log' rotate_every: 'day'