X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/09f04cdbddd45cb7074086a650cd3415c5b0fa70..46d97368eb6034f2eb95d5a8400bd4bf6faf4ed2:/cookbooks/apache/recipes/ssl.rb diff --git a/cookbooks/apache/recipes/ssl.rb b/cookbooks/apache/recipes/ssl.rb index 83280244a..700e10e4a 100644 --- a/cookbooks/apache/recipes/ssl.rb +++ b/cookbooks/apache/recipes/ssl.rb @@ -30,11 +30,8 @@ end apache_module "ssl" -template "/etc/apache2/conf.d/ssl" do - source "ssl.erb" - owner "root" - group "root" - mode 0644 +apache_conf "ssl" do + template "ssl.erb" variables :certificate => certificate notifies :reload, "service[apache2]" end