]> git.openstreetmap.org Git - chef.git/commitdiff
Add remaining load back to ramoth
authorTom Hughes <tom@compton.nu>
Sat, 18 Jul 2015 16:49:15 +0000 (17:49 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 3 Jan 2016 21:38:39 +0000 (21:38 +0000)
roles/thorn-01.rb
roles/thorn-02.rb
roles/web.rb

index 134e662e09bfb2940d6d99e1b58ddb3d49a0cc58..40de2f07fe550cdb4be2a1f9d6402a95c7954a91 100644 (file)
@@ -11,9 +11,6 @@ default_attributes(
         :address => "146.179.159.165"
       }
     }
-  },
-  :web => {
-    :readonly_database_host => "db-slave"
   }
 )
 
index c896b14cbcaced6ee75b2cc77ab759ec39922137..c901477203fdc92ad44363c4147452fb92a1f76b 100644 (file)
@@ -11,9 +11,6 @@ default_attributes(
         :address => "146.179.159.166"
       }
     }
-  },
-  :web => {
-    :readonly_database_host => "db-slave"
   }
 )
 
index 0f977232ff651b67061b60d55eed1fd6939700ee..69b6a45d24bded98f47930d13a7c88f7825a540b 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
   :web => {
     :status => "online",
     :database_host => "db",
-    :readonly_database_host => "db"
+    :readonly_database_host => "db-slave"
   }
 )