X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1166c6840b332186433bc8b15ab4dfa13bcf1bd5..f1fd88c6c91dc9119d630bd48eb02c90ebb41e09:/cookbooks/apache/recipes/default.rb?ds=sidebyside 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