From 6c090289011adf6b1c09c39027f001a0b24f9a8a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Jan 2017 20:36:20 +0000 Subject: [PATCH] tilecache: fix quoting format --- cookbooks/tilecache/recipes/default.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index a0879928e..cee98a156 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -113,9 +113,9 @@ template "/etc/cron.d/tilecache" do mode 0o644 end -execute 'execute_nginx_generate_tilecache_qos_map' do - command '/usr/local/bin/nginx_generate_tilecache_qos_map' - creates '/etc/nginx/conf.d/tile_qos_rates.map' +execute "execute_nginx_generate_tilecache_qos_map" do + command "/usr/local/bin/nginx_generate_tilecache_qos_map" + creates "/etc/nginx/conf.d/tile_qos_rates.map" action :run end -- 2.43.2