]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: fix quoting format
authorGrant Slater <git@firefishy.com>
Mon, 2 Jan 2017 20:36:20 +0000 (20:36 +0000)
committerGrant Slater <git@firefishy.com>
Mon, 2 Jan 2017 20:45:15 +0000 (20:45 +0000)
cookbooks/tilecache/recipes/default.rb

index a0879928ed0562158ed8ccf8bb0d0912937b20ea..cee98a156171ea6dc226a9c04fbe46748769ddcf 100644 (file)
@@ -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