X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5da63573d435af8bcac41766372c0b2c25c8d8c4..29e2c1a969f226660eac316bd713c0c8c31e9133:/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" } )