X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b03d0bca18164e440e68ec3195036b8bf688239b..e768dc10a6ae5786c74f483da2c158a8cfe892d6:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index a2291c4e3..4041d2b36 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -29,13 +29,10 @@ default_attributes( } } }, - :passenger => { - :ruby_version => "2.3" - }, :web => { :backends => %w(rails1 rails2 rails3), :fileserver => "ironbelly", - :readonly_database_host => "ramoth.ic.openstreetmap.org" + :readonly_database_host => "karm.ic.openstreetmap.org" } )