From: Tom Hughes Date: Mon, 17 Mar 2014 21:08:57 +0000 (+0000) Subject: Remove db-backup role from ramoth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/99369bc9d234aa9cf9f73f1733c3362788c7ded3 Remove db-backup role from ramoth --- diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 17553f5d3..927c349a2 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -61,6 +61,5 @@ default_attributes( run_list( "role[ic]", - "role[db-master]", - "role[db-backup]" + "role[db-master]" )