]> git.openstreetmap.org Git - chef.git/commitdiff
Move thorn-02 back to ramoth
authorTom Hughes <tom@compton.nu>
Thu, 19 Nov 2015 16:52:52 +0000 (16:52 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Mar 2016 19:18:01 +0000 (19:18 +0000)
roles/thorn-02.rb

index 64891cc9ab8bcffcf47c14cba7b533d58bac04f3..23439c6b4975968df3e09dba93e2c5de7d1c4168 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"
   }
 )