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

index cafa5aeb479f225d5d8a53d228a0c7a6079cb293..3589308a0ac527f03c60e46f3a4a4e1fcd031479 100644 (file)
@@ -95,5 +95,5 @@ end
 apache_site "hardware.openstreetmap.org" do
   template "apache.erb"
   directory "/srv/hardware.openstreetmap.org/_site"
-  variables :aliases => ["hardware.osm.org"]
+  variables :aliases => ["hardware.osm.org", "hardware.osmfoundation.org"]
 end