X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6448ea6fd19e1f884e94a7adc40f971933c6ea3f..1a26a5d55810114a2e20bf252f6c2737f8615a47:/cookbooks/apache/recipes/default.rb 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