From a5a304af4155b480952d2b39de82d9050e443f46 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 27 Nov 2013 17:24:39 +0000 Subject: [PATCH 1/1] Go readonly on smaug --- roles/web.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ) -- 2.43.2