From: Grant Slater Date: Mon, 19 Sep 2022 23:39:18 +0000 (+0100) Subject: serverinfo: Add hardware.osmf alias to apache too X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3174d43f615023f135f4ce174c96147e56b3c1e4?hp=f2691c17f8db5543462dae1ba6b959738abe2185 serverinfo: Add hardware.osmf alias to apache too --- diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index cafa5aeb4..3589308a0 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -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