X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd0f9c1ea94e5b786f67f1cf5ab39e056c092448..135c9671480af26ebe12b887d993a68471e02b07:/roles/ramoth.rb 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]" )