]> 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>
Mon, 29 Jun 2015 16:56:55 +0000 (17:56 +0100)
roles/web.rb

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