From 1f0a00ac5c14d34461d3c1952552b5bd5b083eb7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 18 Jul 2015 17:49:15 +0100 Subject: [PATCH] Add remaining load back to ramoth --- roles/thorn-01.rb | 3 --- roles/thorn-02.rb | 3 --- roles/web.rb | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index 134e662e0..40de2f07f 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -11,9 +11,6 @@ default_attributes( :address => "146.179.159.165" } } - }, - :web => { - :readonly_database_host => "db-slave" } ) diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index c896b14cb..c90147720 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.rb @@ -11,9 +11,6 @@ default_attributes( :address => "146.179.159.166" } } - }, - :web => { - :readonly_database_host => "db-slave" } ) diff --git a/roles/web.rb b/roles/web.rb index 0f977232f..69b6a45d2 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -19,7 +19,7 @@ default_attributes( :web => { :status => "online", :database_host => "db", - :readonly_database_host => "db" + :readonly_database_host => "db-slave" } ) -- 2.43.2