From: Tom Hughes Date: Thu, 19 Nov 2015 18:33:33 +0000 (+0000) Subject: Move thorn-03 back to ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cfa3af66ae0b3a94c661ca3d9a5e823a9360af42 Move thorn-03 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" } )