From: Tom Hughes Date: Tue, 3 Dec 2013 09:46:53 +0000 (+0000) Subject: Add the db-backup role to katla X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ae8ba54e0a9159714a0c7d9abdd5a23c3f063194 Add the db-backup role to katla --- diff --git a/roles/katla.rb b/roles/katla.rb index 54b62f706..d29a80382 100644 --- a/roles/katla.rb +++ b/roles/katla.rb @@ -81,5 +81,6 @@ default_attributes( run_list( "role[ic]", - "role[db-slave]" + "role[db-slave]", + "role[db-backup]" )