X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99e00a34031960fa05d332ce803fd095dc9dfcd9..21f63bf93d90219a836166bbf0883755e4248989:/cookbooks/serverinfo/recipes/default.rb diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 59226a189..3589308a0 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -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,12 +88,12 @@ 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 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