From: Grant Slater Date: Mon, 2 Jan 2017 20:33:45 +0000 (+0000) Subject: tilecache: fix token typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c5b119c4e6f0ae792672f344ab316cf4047d27aa?ds=sidebyside tilecache: fix token typo --- 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