]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Move readonly database traffic to katla"
authorTom Hughes <tom@compton.nu>
Sat, 22 Nov 2014 18:21:27 +0000 (18:21 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 22 Nov 2014 18:21:27 +0000 (18:21 +0000)
This reverts commit edbe311b82bafe71634634d1dfc49b82af2c392d.

roles/web.rb

index ac32283a310b1b39d34084a00b8e71754ac1b65a..75bab256a60ec5d892ac7b69041ede9514d8ff81 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
   :web => {
     :status => "online",
     :database_host => "db",
-    :readonly_database_host => "db"
+    :readonly_database_host => "db-slave"
   }
 )