diff --git a/munin/files/munin-node.logrotate b/munin/files/munin-node.logrotate deleted file mode 100644 index 2a12c07..0000000 --- a/munin/files/munin-node.logrotate +++ /dev/null @@ -1,9 +0,0 @@ -/var/log/munin-node/munin-node.log { - daily - missingok - rotate 7 - compress - copytruncate - notifempty - create 644 root root -} diff --git a/munin/manifests/init.pp b/munin/manifests/init.pp index 8e40e25..1dacb7c 100644 --- a/munin/manifests/init.pp +++ b/munin/manifests/init.pp @@ -79,19 +79,6 @@ class munin::node { notify => Service["munin-node"], } - # Temporary fix for broken config - case $::operatingsystem { - "centos","fedora","redhat": { - file { "/etc/logrotate.d/munin-node": - ensure => present, - mode => "0644", - owner => "root", - group => "root", - source => "puppet:///modules/munin/munin-node.logrotate", - } - } - } - }