X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/96bbf503dfaa30c473dba36e6fb7d07728cb22ae..8d38e336ded321d9b61b0f2da2438aaff626f8a4:/roles/thorn-03.rb?ds=sidebyside diff --git a/roles/thorn-03.rb b/roles/thorn-03.rb index 1be1235aa..998342ad7 100644 --- a/roles/thorn-03.rb +++ b/roles/thorn-03.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" } )