]> git.openstreetmap.org Git - chef.git/commitdiff
serverinfo: Add hardware.osmf alias
authorGrant Slater <github@firefishy.com>
Mon, 19 Sep 2022 22:59:30 +0000 (23:59 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 19 Sep 2022 22:59:30 +0000 (23:59 +0100)
cookbooks/serverinfo/recipes/default.rb

index d830ffb526730de275254fe56ce3563ec279e155..cafa5aeb479f225d5d8a53d228a0c7a6079cb293 100644 (file)
@@ -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