munin: Remove no longer needed fix for logrotate

This commit is contained in:
Ossi Salmi 2015-08-20 21:54:39 +03:00
parent 23b3afacc9
commit 8312f7be04
2 changed files with 0 additions and 22 deletions

View file

@ -1,9 +0,0 @@
/var/log/munin-node/munin-node.log {
daily
missingok
rotate 7
compress
copytruncate
notifempty
create 644 root root
}

View file

@ -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",
}
}
}
}