]> git.openstreetmap.org Git - chef.git/commitdiff
Add the db-backup role to katla
authorTom Hughes <tom@compton.nu>
Tue, 3 Dec 2013 09:46:53 +0000 (09:46 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 3 Dec 2013 09:46:53 +0000 (09:46 +0000)
roles/katla.rb

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