X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e8f7df6aebc01023d9bb5bd0864fcfb2a0f99d03..d66a20bd589ea54a66ddfb8ae906ef2ab6392281:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index d51295cc8..33e99624b 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -29,12 +29,10 @@ default_attributes( } } }, - :passenger => { - :ruby_version => "2.3" - }, :web => { - :backends => %w(rails1 rails2 rails3), - :fileserver => "ironbelly" + :backends => %w[rails1 rails2 rails3], + :fileserver => "ironbelly", + :readonly_database_host => "karm.ic.openstreetmap.org" } )