X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0966227bcba7549d4d32749e2aabc1de30fc4afd..9ffe3e6bb155734ef3ef7afef69629b713d7b26f:/roles/ic.rb?ds=sidebyside diff --git a/roles/ic.rb b/roles/ic.rb index de7a1c19e..159f4ca4d 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -30,9 +30,9 @@ default_attributes( } }, :web => { - :backends => %w(rails1 rails2 rails3), + :backends => %w[rails4 rails5], :fileserver => "ironbelly", - :readonly_database_host => "ramoth.ic.openstreetmap.org" + :readonly_database_host => "karm.ic.openstreetmap.org" } )