X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a5a304af4155b480952d2b39de82d9050e443f46..6cc470f594f7cdf414ce249fce84c489f121d1e3:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index a27a94a6a..04a52e80b 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -17,8 +17,9 @@ default_attributes( "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :web => { - :status => "database_readonly", - :database_host => "smaug" + :status => "online", + :database_host => "db", + :readonly_database_host => "katla" } )