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:
c59dd59
)
apache munin thing wants libwww-perl
author
Peter Palfrader
<peter@palfrader.org>
Mon, 16 Jan 2017 21:28:26 +0000
(22:28 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 16 Jan 2017 21:28:47 +0000
(22:28 +0100)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
cd4f1f7
..
32d35eb
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-131,6
+131,10
@@
class apache2 {
munin::check { 'ps_apache2':
script => 'ps_',
}
+ # The munin script needs this
+ package { 'libwww-perl':
+ ensure => installed,
+ }
if $::hostname in [beach,buxtehude,picconi,pkgmirror-csail] {
include apache2::dynamic