From 5083da5173386c399ea29d1a88a7366e9aa52a14 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 16 Jan 2017 22:28:26 +0100 Subject: [PATCH] apache munin thing wants libwww-perl --- modules/apache2/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index cd4f1f7bd..32d35ebdd 100644 --- 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 -- 2.20.1