munin: Remove no longer needed fix for logrotate
This commit is contained in:
parent
23b3afacc9
commit
8312f7be04
2 changed files with 0 additions and 22 deletions
|
@ -1,9 +0,0 @@
|
|||
/var/log/munin-node/munin-node.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
copytruncate
|
||||
notifempty
|
||||
create 644 root root
|
||||
}
|
|
@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue