]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
tilecache: Add first pass nginx QoS
[chef.git] / cookbooks / tilecache / recipes / default.rb
index 625783b666d9ef9c524069b2aacb4226643405dd..b97ce12c80d917f4310669967945678d1ded2655 100644 (file)
@@ -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