]> git.openstreetmap.org Git - chef.git/commitdiff
Move readonly database traffic to katla
authorTom Hughes <tom@compton.nu>
Thu, 12 Dec 2013 10:16:18 +0000 (10:16 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 12 Dec 2013 17:22:58 +0000 (17:22 +0000)
roles/web.rb

index 7a6c8a6c1f0debd0363dc06b2e9e5925bad60f7e..04a52e80b85187717de5227cc93a537a22c7ba49 100644 (file)
@@ -18,7 +18,8 @@ default_attributes(
   },
   :web => {
     :status => "online",
   },
   :web => {
     :status => "online",
-    :database_host => "db"
+    :database_host => "db",
+    :readonly_database_host => "katla"
   }
 )
 
   }
 )