]> git.openstreetmap.org Git - chef.git/commitdiff
Move readonly load to katla
authorTom Hughes <tom@compton.nu>
Tue, 6 Jan 2015 22:04:46 +0000 (22:04 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 6 Jan 2015 22:04:46 +0000 (22:04 +0000)
roles/web.rb

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