projects
/
puppet_munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17df63f
)
no need to manage logfiles, this should be done by the package
author
mh
<mh@immerda.ch>
Tue, 31 May 2011 17:30:04 +0000
(19:30 +0200)
committer
mh
<mh@immerda.ch>
Tue, 31 May 2011 17:30:04 +0000
(19:30 +0200)
manifests/host.pp
patch
|
blob
|
history
diff --git
a/manifests/host.pp
b/manifests/host.pp
index
e038fd7
..
69cc7da
100644
(file)
--- 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 {