X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0f3cdcb49d8f3e8e1eedc01800aeeb51bfd34ff3..a5c9ec592d1d7f941ae2edb3d90ca06237261d8b:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index f18896479..5ba99381d 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 :web_passwords => web_passwords + variables :totp_key => web_passwords["totp_key"] end template "/etc/cron.d/tilecache" do