X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bb3a98f7f3bbc92dfcb437450ec18671e6c7b9a9..e8829e9d10c5d3f578998a0c02950c3bf0d37f71:/roles/web.rb diff --git a/roles/web.rb b/roles/web.rb index 7a6c8a6c1..a27a94a6a 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -17,8 +17,8 @@ default_attributes( "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :web => { - :status => "online", - :database_host => "db" + :status => "database_readonly", + :database_host => "smaug" } )