]> git.openstreetmap.org Git - chef.git/commitdiff
Remove db-backup role from ramoth
authorTom Hughes <tom@compton.nu>
Mon, 17 Mar 2014 21:08:57 +0000 (21:08 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 17 Mar 2014 21:09:08 +0000 (21:09 +0000)
roles/ramoth.rb

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