From 2ac0e59a7e95fc697d1673c11f8f2f0ce125f725 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 27 Nov 2013 19:18:42 +0000 Subject: [PATCH 1/1] Revert "Go readonly on smaug" This reverts commit a5a304af4155b480952d2b39de82d9050e443f46. --- roles/web.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/web.rb b/roles/web.rb index a27a94a6a..7a6c8a6c1 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -17,8 +17,8 @@ default_attributes( "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :web => { - :status => "database_readonly", - :database_host => "smaug" + :status => "online", + :database_host => "db" } ) -- 2.43.2