]> git.openstreetmap.org Git - chef.git/commitdiff
Install libwww-perl for the apache munin plugins
authorTom Hughes <tom@compton.nu>
Mon, 6 Oct 2014 12:23:40 +0000 (13:23 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 6 Oct 2014 12:24:09 +0000 (13:24 +0100)
cookbooks/apache/recipes/default.rb

index be6457bc7a19cd8a90bd07f8a4cd879a0009255b..be906716286830d34294cb3bb4db015f825651ee 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 package "apache2"
+package "libwww-perl"
 
 if node[:lsb][:release].to_f < 14.04
   package "apache2-mpm-#{node[:apache][:mpm]}" do