From: Grant Slater Date: Mon, 9 Dec 2024 11:07:56 +0000 (+0000) Subject: web: remove legacy fileserver attribute X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/528880e831832a90a3a5932ea60ea28f08d2320f web: remove legacy fileserver attribute --- diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 2621b0b7e..942725b1c 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -38,7 +38,6 @@ default_attributes( } }, :web => { - :fileserver => "ironbelly", :readonly_database_host => "snap-01.ams.openstreetmap.org", :primary_cluster => true } diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 929639a23..8008210ad 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -47,7 +47,6 @@ default_attributes( } }, :web => { - :fileserver => "fafnir", :readonly_database_host => "snap-03.dub.openstreetmap.org" } )