projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52cfd4e
)
stupid picky parser
author
Stephen Gran
<steve@lobefin.net>
Fri, 16 Oct 2009 20:32:58 +0000
(21:32 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 16 Oct 2009 20:32:58 +0000
(21:32 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/munin-node/manifests/apache.pp
patch
|
blob
|
history
diff --git
a/modules/munin-node/manifests/apache.pp
b/modules/munin-node/manifests/apache.pp
index
ea48069
..
267feac
100644
(file)
--- a/
modules/munin-node/manifests/apache.pp
+++ b/
modules/munin-node/manifests/apache.pp
@@
-1,6
+1,6
@@
class munin-node::apache inherits munin-node {
- activate_munin_check { "apache_accesses"
,
}
- activate_munin_check { "apache_processes"
,
}
- activate_munin_check { "apache_volume"
,
}
+ activate_munin_check { "apache_accesses" }
+ activate_munin_check { "apache_processes" }
+ activate_munin_check { "apache_volume" }
}