From f15bf77bbc31fdd8e4101f919cadd3d869e9f320 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 6 Oct 2014 13:23:40 +0100 Subject: [PATCH] Install libwww-perl for the apache munin plugins --- cookbooks/apache/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index be6457bc7..be9067162 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -18,6 +18,7 @@ # package "apache2" +package "libwww-perl" if node[:lsb][:release].to_f < 14.04 package "apache2-mpm-#{node[:apache][:mpm]}" do -- 2.43.2