projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3a702
)
Add short form aliases to tile certificate
author
Grant Slater
<git@firefishy.com>
Fri, 3 Aug 2018 09:44:35 +0000
(10:44 +0100)
committer
Grant Slater
<git@firefishy.com>
Fri, 3 Aug 2018 09:51:23 +0000
(10:51 +0100)
cookbooks/tilecache/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tilecache/recipes/default.rb
b/cookbooks/tilecache/recipes/default.rb
index 250edef482eac8e7b5f3aa83a06fee7a8328ea39..3417708f33835623efb0846c6ec747b3b454e90b 100644
(file)
--- a/
cookbooks/tilecache/recipes/default.rb
+++ b/
cookbooks/tilecache/recipes/default.rb
@@
-113,7
+113,11
@@
ssl_certificate "tile.openstreetmap.org" do
domains ["tile.openstreetmap.org",
"a.tile.openstreetmap.org",
"b.tile.openstreetmap.org",
- "c.tile.openstreetmap.org"]
+ "c.tile.openstreetmap.org",
+ "tile.osm.org",
+ "a.tile.osm.org",
+ "b.tile.osm.org",
+ "c.tile.osm.org"]
notifies :restart, "service[nginx]"
end