X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/76bec6dcb9b65dd84f54d243101513b2c36cae52..20e6d4524062198d6521c5e692e73c57984a322a:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 625783b66..b97ce12c8 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -97,7 +97,7 @@ service "nginx-certificate-restart" do service_name "nginx" action :nothing subscribes :restart, "cookbook_file[/etc/ssl/certs/rapidssl.pem]" - subscribes :restart, "cookbook_file[/etc/ssl/certs/#{certificate}.pem]" + subscribes :restart, "file[/etc/ssl/certs/#{certificate}.pem]" subscribes :restart, "file[/etc/ssl/private/#{certificate}.key]" end