From: Tom Hughes Date: Thu, 20 Jun 2013 17:52:17 +0000 (+0100) Subject: Bring the osmbackup account under chef control X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/135c9671480af26ebe12b887d993a68471e02b07?ds=sidebyside Bring the osmbackup account under chef control --- diff --git a/roles/horntail.rb b/roles/horntail.rb index 4d3924020..0512ddb5e 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -4,6 +4,7 @@ description "Master role applied to horntail" default_attributes( :accounts => { :users => { + :osmbackup => { :status => :role }, :gravitystorm => { :status => :user } } }, diff --git a/roles/ramoth.rb b/roles/ramoth.rb index 927c349a2..f93a38d58 100644 --- a/roles/ramoth.rb +++ b/roles/ramoth.rb @@ -2,6 +2,11 @@ name "ramoth" description "Master role applied to ramoth" default_attributes( + :accounts => { + :users => { + :osmbackup => { :status => :role } + } + }, :db => { :cluster => "9.1/main" }, @@ -61,5 +66,6 @@ default_attributes( run_list( "role[ic]", - "role[db-master]" + "role[db-master]", + "role[db-backup]" )