Commit e31d91af authored by Julien Cristau's avatar Julien Cristau
Browse files

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.
parent 11958888
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,4 +33,8 @@ class puppetmaster {
    source => 'puppet:///modules/puppetmaster/update-fastly-ips.sh',
    mode   => '0555',
  }

  file { '/etc/logrotate.d/puppetdb':
    ensure => absent,
  }
}