]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Add sotm.org as alias for stateofthemap.org
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index f069e0d49cf85931ee58b294cdeaa502f17180b3..b05dd8d19671b998bf32644a9b716ebbf36af923 100644 (file)
@@ -31,7 +31,8 @@ end
 
 ssl_certificate "stateofthemap.org" do
   domains ["stateofthemap.org", "www.stateofthemap.org",
-           "stateofthemap.com", "www.stateofthemap.com"]
+           "stateofthemap.com", "www.stateofthemap.com",
+           "sotm.org", "www.sotm.org"]
   notifies :reload, "service[apache2]"
 end