X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3ce3f0c3311b306f9808355397ee43424f14aa31..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/apache/recipes/ssl.rb diff --git a/cookbooks/apache/recipes/ssl.rb b/cookbooks/apache/recipes/ssl.rb index 8efbe03d2..c85770402 100644 --- a/cookbooks/apache/recipes/ssl.rb +++ b/cookbooks/apache/recipes/ssl.rb @@ -19,7 +19,7 @@ certificate = node[:apache][:ssl][:certificate] -node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ certificate ] +node.default[:ssl][:certificates] = node[:ssl][:certificates] | [certificate] include_recipe "apache" include_recipe "ssl" @@ -29,7 +29,6 @@ apache_module "socache_shmcb" do end apache_module "ssl" -apache_module "headers" apache_conf "ssl" do template "ssl.erb"