]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
tilecache: fix token variable
[chef.git] / cookbooks / tilecache / recipes / default.rb
index f188964796cf4929e6b86e4abfc4b3f8d3d16919..5ba99381d2a5edfa2674664c717b2103bad0a7c7 100644 (file)
@@ -103,7 +103,7 @@ template "/usr/local/bin/nginx_generate_tilecache_qos_map" do
   owner "root"
   group "root"
   mode 0o750
-  variables :web_passwords => web_passwords
+  variables :totp_key => web_passwords["totp_key"]
 end
 
 template "/etc/cron.d/tilecache" do