summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/host.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index e038fd7..69cc7da 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -23,12 +23,6 @@ class munin::host inherits munin
header => "/etc/munin/munin.conf.header",
}
- file { ["/var/log/munin-update.log", "/var/log/munin-limits.log",
- "/var/log/munin-graph.log", "/var/log/munin-html.log"]:
- ensure => present,
- mode => 640, owner => munin, group => 0;
- }
-
include munin::plugins::muninhost
case $operatingsystem {