]> git.openstreetmap.org Git - chef.git/commitdiff
Move db-backup role to ramoth
authorTom Hughes <tom@compton.nu>
Mon, 31 Mar 2014 07:31:11 +0000 (08:31 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 31 Mar 2014 07:31:34 +0000 (08:31 +0100)
roles/katla.rb
roles/ramoth.rb

index d29a8038267ea94d14f5cfe21b718efc43265320..54b62f7067a072d820010ba4712a82293793bc83 100644 (file)
@@ -81,6 +81,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-slave]",
-  "role[db-backup]"
+  "role[db-slave]"
 )
index 927c349a28f41e11b75bf13bb56e235c2882b035..17553f5d310d57caa5c8abefe556e80572c4fb35 100644 (file)
@@ -61,5 +61,6 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-master]"
+  "role[db-master]",
+  "role[db-backup]"
 )