From 230bc0844c76d02e9b5d593f731538928c7332c2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 19 Nov 2015 16:52:52 +0000 Subject: [PATCH] Move thorn-02 back to ramoth --- roles/thorn-02.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index 64891cc9a..23439c6b4 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.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" } ) -- 2.43.2