apache munin thing wants libwww-perl
authorPeter Palfrader <peter@palfrader.org>
Mon, 16 Jan 2017 21:28:26 +0000 (22:28 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 16 Jan 2017 21:28:47 +0000 (22:28 +0100)
modules/apache2/manifests/init.pp

index cd4f1f7..32d35eb 100644 (file)
@@ -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