]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/backend.rb
Remove 12.04 support in web cookbook
[chef.git] / cookbooks / web / recipes / backend.rb
index 7dc229eeb12220d6ca588d145514e7badd61962a..df22c123d2dbf450b46f3cd07249bc037f75fc86 100644 (file)
@@ -26,13 +26,8 @@ web_passwords = data_bag_item("web", "passwords")
 
 apache_module "remoteip"
 apache_module "rewrite"
-
-if node[:lsb][:release].to_f >= 14.04
-  apache_module "proxy"
-  apache_module "proxy_fcgi"
-else
-  apache_module "fastcgi-handler"
-end
+apache_module "proxy"
+apache_module "proxy_fcgi"
 
 apache_site "default" do
   action [ :disable ]