X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1166c6840b332186433bc8b15ab4dfa13bcf1bd5..514c99b49acbac6fd3b5b0ef6c8af648c0fc67f5:/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