]> git.openstreetmap.org Git - chef.git/commitdiff
Swap database roles
authorTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 11:50:08 +0000 (11:50 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Oct 2014 11:50:08 +0000 (11:50 +0000)
roles/katla.rb
roles/ramoth.rb

index 54b62f7067a072d820010ba4712a82293793bc83..417dc7e60cbc48e3bcc85ad3fe315f43fa89db46 100644 (file)
@@ -81,5 +81,6 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-slave]"
+  "role[db-master]",
+  "role[db-backup]"
 )
index 6e1b71992b2e6e808a386185f8c0dc7053500e42..0b67c085f67cf74539d88bb9bc63ec9b4c5982c0 100644 (file)
@@ -64,6 +64,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-master]",
-  "role[db-backup]"
+  "role[db-slave]"
 )