From: Tom Hughes Date: Thu, 19 Nov 2015 08:14:09 +0000 (+0000) Subject: Move all load to katla X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/dce9660c267631d0f28cf2f25578133536f1d201 Move all load to katla --- diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index 32d92d8f5..8e57e9eb9 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -20,9 +20,6 @@ default_attributes( "net.ipv6.conf.eth0.accept_ra" => "0" } } - }, - :web => { - :readonly_database_host => "db-slave" } ) diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index 7f37e8b17..6016e17da 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.rb @@ -20,9 +20,6 @@ default_attributes( "net.ipv6.conf.eth0.accept_ra" => "0" } } - }, - :web => { - :readonly_database_host => "db-slave" } ) diff --git a/roles/thorn-03.rb b/roles/thorn-03.rb index d2f7cf602..042bb99f3 100644 --- a/roles/thorn-03.rb +++ b/roles/thorn-03.rb @@ -20,9 +20,6 @@ default_attributes( "net.ipv6.conf.eth0.accept_ra" => "0" } } - }, - :web => { - :readonly_database_host => "db-slave" } )