]> git.openstreetmap.org Git - chef.git/commitdiff
Move thorn-01 back to ramoth
authorTom Hughes <tom@compton.nu>
Mon, 21 Mar 2016 13:41:01 +0000 (13:41 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Mar 2016 13:41:01 +0000 (13:41 +0000)
roles/thorn-01.rb

index 5133269c6876684ab6a2f657e4a12d5a2e19b2e8..0ce99559799d8f095381574e990237f690adfbfa 100644 (file)
@@ -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"
   }
 )