]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/ssl.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / apache / recipes / ssl.rb
index 8efbe03d2afef847d7a465a9d56c0027c5f5abe3..c857704025fe45a652ed63be398bf5a6836ea50d 100644 (file)
@@ -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"