X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2b6d9255f4f92ddb5365c011c2ccb44773f15165..20e6d4524062198d6521c5e692e73c57984a322a:/cookbooks/apache/recipes/ssl.rb diff --git a/cookbooks/apache/recipes/ssl.rb b/cookbooks/apache/recipes/ssl.rb index f87971157..3e3941099 100644 --- a/cookbooks/apache/recipes/ssl.rb +++ b/cookbooks/apache/recipes/ssl.rb @@ -36,5 +36,5 @@ end apache = resources("service[apache2]") apache.subscribes(:restart, "cookbook_file[/etc/ssl/certs/#{certificate_chain}.pem]") -apache.subscribes(:restart, "cookbook_file[/etc/ssl/certs/#{certificate}.pem]") +apache.subscribes(:restart, "file[/etc/ssl/certs/#{certificate}.pem]") apache.subscribes(:restart, "file[/etc/ssl/private/#{certificate}.key]")