projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
96ec481
)
Add maps subdomain to main site certificate
author
Tom Hughes
<tom@compton.nu>
Fri, 14 Jul 2017 18:36:32 +0000
(19:36 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 14 Jul 2017 18:36:32 +0000
(19:36 +0100)
cookbooks/web/recipes/rails.rb
patch
|
blob
|
history
diff --git
a/cookbooks/web/recipes/rails.rb
b/cookbooks/web/recipes/rails.rb
index 14eacc50a43d3993d5eec39a2fb94c3e7b420955..0a96ddf6d5aeedbf0356e6890e34029efe31793e 100644
(file)
--- a/
cookbooks/web/recipes/rails.rb
+++ b/
cookbooks/web/recipes/rails.rb
@@
-31,6
+31,8
@@
db_passwords = data_bag_item("db", "passwords")
ssl_certificate "www.openstreetmap.org" do
domains ["www.openstreetmap.org", "www.osm.org",
"api.openstreetmap.org", "api.osm.org",
+ "maps.openstreetmap.org", "maps.osm.org",
+ "mapz.openstreetmap.org", "mapz.osm.org",
"openstreetmap.org", "osm.org"]
notifies :reload, "service[apache2]"
end