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:
5049ee5
)
fix typo
author
mh
<mh@immerda.ch>
Fri, 22 Jul 2011 11:04:38 +0000
(13:04 +0200)
committer
mh
<mh@immerda.ch>
Fri, 22 Jul 2011 11:04:38 +0000
(13:04 +0200)
manifests/plugins/apache.pp
patch
|
blob
|
history
diff --git
a/manifests/plugins/apache.pp
b/manifests/plugins/apache.pp
index
b3e7634
..
dca3cea
100644
(file)
--- a/
manifests/plugins/apache.pp
+++ b/
manifests/plugins/apache.pp
@@
-1,4
+1,4
@@
class munin::plugins::apache {
- munin::plugin{ [ 'apache_accesses', 'apache_processes',
'
apache_volume' ]: }
- munin::plugin::deploy {
"apache_activity"
: }
+ munin::plugin{ [ 'apache_accesses', 'apache_processes',
'
apache_volume' ]: }
+ munin::plugin::deploy {
'apache_activity'
: }
}