summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-05-31 19:30:04 +0200
committermh <mh@immerda.ch>2011-05-31 19:30:04 +0200
commit7a13b36953cc4e359a37c0e7fa80a6ee3b452766 (patch)
tree7ad5baefc2fee4a96a52508e5bbdf05829b396a6 /manifests/host.pp
parent17df63f17e1aab4c15584b41fbe7fe925503e054 (diff)
no need to manage logfiles, this should be done by the package
Diffstat (limited to 'manifests/host.pp')
-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 {