X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1d475e5066342da04bd5492a70ad38ecdb02396f..3f966bbd9c321ce5377e33b9f920984e2bdcef7b:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 989755f67..bc0410fd3 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -36,6 +36,10 @@ apache_module "mpm_#{node[:apache][:mpm]}" do action [:enable] end +if node[:lsb][:release].to_f >= 18.04 + apache_module "http2" +end + admins = data_bag_item("apache", "admins") apache_conf "httpd" do