From: Tom Hughes Date: Sat, 18 Jul 2015 16:49:15 +0000 (+0100) Subject: Add remaining load back to ramoth X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/23a8b35431e71a5b8d1deeefec31f27b26bce1e9 Add remaining load back to ramoth --- 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" } )