From ba2206d2e7bb1a2f03ccefc13e89b68f7f0aee2e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 5 Jan 2014 01:40:35 +0000 Subject: [PATCH] tilecache: nginx tweak --- cookbooks/tilecache/recipes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 687478e58..aec517025 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -62,10 +62,10 @@ template "/etc/logrotate.d/squid" do end nginx_site "default" do - action :delete + action [ :delete ] end nginx_site "tile-ssl" do - source "nginx_tile_ssl.conf.erb" + template "nginx_tile_ssl.conf.erb" end -- 2.43.2