From 135c9671480af26ebe12b887d993a68471e02b07 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 20 Jun 2013 18:52:17 +0100 Subject: [PATCH] Bring the osmbackup account under chef control --- roles/horntail.rb | 1 + roles/ramoth.rb | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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]" ) -- 2.43.2