X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93c098cdc4f22b1fe69ecd88b3ac2d2b211780ff..0d8030b3a7ec9eaa6bc96c7dd39d835a00a7ace0:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index bc0410fd3..3d83e2ebf 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -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")