]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
serverinfo: Add hardware.osmf alias
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index 59226a189a706f97bf6287ca18d00a463984ca34..cafa5aeb479f225d5d8a53d228a0c7a6079cb293 100644 (file)
@@ -32,7 +32,7 @@ package %w[
 
 git "/srv/hardware.openstreetmap.org" do
   action :sync
-  repository "https://github.com/gravitystorm/osmf-server-info.git"
+  repository "https://github.com/osmfoundation/osmf-server-info.git"
   depth 1
   user "root"
   group "root"
@@ -88,7 +88,7 @@ bundle_exec "/srv/hardware.openstreetmap.org" do
 end
 
 ssl_certificate "hardware.openstreetmap.org" do
-  domains ["hardware.openstreetmap.org", "hardware.osm.org"]
+  domains ["hardware.openstreetmap.org", "hardware.osm.org", "hardware.osmfoundation.org"]
   notifies :reload, "service[apache2]"
 end