projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a839868
)
Add correct @caches array to nginx template
author
Grant Slater
<git@firefishy.com>
Sun, 17 May 2015 22:21:43 +0000
(23:21 +0100)
committer
Grant Slater
<git@firefishy.com>
Sun, 17 May 2015 22:21:43 +0000
(23:21 +0100)
cookbooks/tilecache/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tilecache/recipes/default.rb
b/cookbooks/tilecache/recipes/default.rb
index e6028ebb5ffc7bf6e561cb61d908520f970c7c8c..1f02661b7e912a1b564c8ed37338d06465703f07 100644
(file)
--- a/
cookbooks/tilecache/recipes/default.rb
+++ b/
cookbooks/tilecache/recipes/default.rb
@@
-90,7
+90,7
@@
end
nginx_site "tile-ssl" do
template "nginx_tile_ssl.conf.erb"
- variables :certificate => certificate, :resolvers => resolvers, :
renders => tilerender
s
+ variables :certificate => certificate, :resolvers => resolvers, :
caches => tilecache
s
end
service "nginx-certificate-restart" do