projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b119c
)
tilecache: fix quoting format
author
Grant Slater
<git@firefishy.com>
Mon, 2 Jan 2017 20:36:20 +0000
(20:36 +0000)
committer
Grant Slater
<git@firefishy.com>
Mon, 2 Jan 2017 20:45:15 +0000
(20:45 +0000)
cookbooks/tilecache/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tilecache/recipes/default.rb
b/cookbooks/tilecache/recipes/default.rb
index a0879928ed0562158ed8ccf8bb0d0912937b20ea..cee98a156171ea6dc226a9c04fbe46748769ddcf 100644
(file)
--- 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