]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ramoth.rb
Remove db-backup role from ramoth
[chef.git] / roles / ramoth.rb
index f93a38d58659e5cbbe4953c3682c241e66d0bffb..927c349a28f41e11b75bf13bb56e235c2882b035 100644 (file)
@@ -2,11 +2,6 @@ name "ramoth"
 description "Master role applied to ramoth"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :osmbackup => { :status => :role }
-    }
-  },
   :db => {
     :cluster => "9.1/main"
   },
@@ -66,6 +61,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-master]",
-  "role[db-backup]"
+  "role[db-master]"
 )