From: Julien Cristau Date: Mon, 23 Sep 2019 12:31:39 +0000 (+0200) Subject: delete /etc/logrotate.d/puppetdb X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=e31d91af7a8a5d9b90bc309e38067605c00d7f13 delete /etc/logrotate.d/puppetdb puppetdb seems to handle log rotation itself so let's not have two conflicting mechanisms to do the same thing. --- diff --git a/modules/puppetmaster/manifests/init.pp b/modules/puppetmaster/manifests/init.pp index 1e07fdf79..317516863 100644 --- a/modules/puppetmaster/manifests/init.pp +++ b/modules/puppetmaster/manifests/init.pp @@ -33,4 +33,8 @@ class puppetmaster { source => 'puppet:///modules/puppetmaster/update-fastly-ips.sh', mode => '0555', } + + file { '/etc/logrotate.d/puppetdb': + ensure => absent, + } }