X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ff34d2c9a62b8537b8ff2697e2f9a4b76df1f052..e1bad7cf91c5b6ac6b435d2489b55ab86b165d9a:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..04a52e80b 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -18,7 +18,8 @@ default_attributes( }, :web => { :status => "online", - :database_host => "db" + :database_host => "db", + :readonly_database_host => "katla" } )