From: Tom Hughes Date: Mon, 21 Mar 2016 13:41:01 +0000 (+0000) Subject: Move thorn-01 back to ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aa2edae896d235172d7a797b75ece33b3dd3f3cd?ds=inline Move thorn-01 back to ramoth --- diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index 5133269c6..0ce995597 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -17,6 +17,9 @@ default_attributes( :comment => "Disable IPv6 auto-configuration on internal interface", :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" } } + }, + :web => { + :readonly_database_host => "db-slave" } )