X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1166c6840b332186433bc8b15ab4dfa13bcf1bd5..0d8030b3a7ec9eaa6bc96c7dd39d835a00a7ace0:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 989755f67..3d83e2ebf 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -36,6 +36,8 @@ apache_module "mpm_#{node[:apache][:mpm]}" do action [:enable] end +apache_module "http2" + admins = data_bag_item("apache", "admins") apache_conf "httpd" do