From: Tom Hughes Date: Wed, 27 Nov 2013 17:24:39 +0000 (+0000) Subject: Go readonly on smaug X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a5a304af4155b480952d2b39de82d9050e443f46?hp=cd453d6ad26900fed91d625b1e8b54cef9d18dba;ds=inline Go readonly on smaug --- 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" } )