X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c9f9ba946428aeefa98442e667cc45a954ea8c16..3dd8db9fac8442e4f32fa3a55e7b68c27ece526a:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 69b6a45d2..0f977232f 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -19,7 +19,7 @@ default_attributes( :web => { :status => "online", :database_host => "db", - :readonly_database_host => "db-slave" + :readonly_database_host => "db" } )