From: Tom Hughes Date: Mon, 6 Oct 2014 12:23:40 +0000 (+0100) Subject: Install libwww-perl for the apache munin plugins X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f15bf77bbc31fdd8e4101f919cadd3d869e9f320?hp=793b0ddf8dbbb5a1f6c5014f0fd548c933fb2666 Install libwww-perl for the apache munin plugins --- 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