From: Grant Slater Date: Mon, 2 Jan 2017 20:36:20 +0000 (+0000) Subject: tilecache: fix quoting format X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6c090289011adf6b1c09c39027f001a0b24f9a8a tilecache: fix quoting format --- 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