]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ramoth.rb
Bring the osmbackup account under chef control
[chef.git] / roles / ramoth.rb
index 927c349a28f41e11b75bf13bb56e235c2882b035..f93a38d58659e5cbbe4953c3682c241e66d0bffb 100644 (file)
@@ -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]"
 )