]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Move readonly load to katla"
authorTom Hughes <tom@compton.nu>
Wed, 1 Jul 2015 21:39:09 +0000 (22:39 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 1 Jul 2015 21:39:09 +0000 (22:39 +0100)
This reverts commit 1cc1f584920f848f06bf23f91467818a17c305a7.

roles/web.rb

index 0f977232ff651b67061b60d55eed1fd6939700ee..69b6a45d24bded98f47930d13a7c88f7825a540b 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
   :web => {
     :status => "online",
     :database_host => "db",
   :web => {
     :status => "online",
     :database_host => "db",
-    :readonly_database_host => "db"
+    :readonly_database_host => "db-slave"
   }
 )
 
   }
 )