]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Drop support for older Ubuntu versions
[chef.git] / cookbooks / apache / recipes / default.rb
index bc0410fd3fb3bb4ef7e5d7e38ee35d44a1bd94a5..3d83e2ebf0de9ec877ad3aeb7f345c3e967bd6fd 100644 (file)
@@ -36,9 +36,7 @@ apache_module "mpm_#{node[:apache][:mpm]}" do
   action [:enable]
 end
 
-if node[:lsb][:release].to_f >= 18.04
-  apache_module "http2"
-end
+apache_module "http2"
 
 admins = data_bag_item("apache", "admins")