From c5b119c4e6f0ae792672f344ab316cf4047d27aa Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Jan 2017 20:33:45 +0000 Subject: [PATCH] tilecache: fix token typo --- cookbooks/tilecache/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 87b27bc01..a0879928e 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -103,7 +103,7 @@ template "/usr/local/bin/nginx_generate_tilecache_qos_map" do owner "root" group "root" mode 0o750 - variables tokens: => tilecache_tokens + variables :tokens => tilecache_tokens end template "/etc/cron.d/tilecache" do -- 2.43.2