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:
b1c99ad
)
Revert "not an array?"
author
Stephen Gran
<steve@lobefin.net>
Fri, 16 Oct 2009 20:44:49 +0000
(21:44 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 16 Oct 2009 20:44:49 +0000
(21:44 +0100)
This reverts commit
b1c99adf73d03a61d580b989326d1c93f9d2da2f
.
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
0f26a10
..
6d078f3
100644
(file)
--- a/
modules/munin-node/manifests/apache.pp
+++ b/
modules/munin-node/manifests/apache.pp
@@
-1,8
+1,8
@@
class munin-node::apache inherits munin-node {
activate_munin_check { "Apache munin plugins":
-
script => "apache_accesses";
+
[
script => "apache_accesses";
script => "apache_processes";
- script => "apache_volume";
+ script => "apache_volume";
]
}
}