]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dribble.rb
Enable crm-staging on dribble and add user kevin
[chef.git] / roles / dribble.rb
index 0bf3d0705395b1100b3198fdfcafd9d918925527..4bee4b722c9d1c73afc8a9184eb6e2f7bbacc3da 100644 (file)
@@ -31,11 +31,13 @@ default_attributes(
   },
   :accounts => {
     :users => {
-      :msbarry => { :status => :user }
+      :msbarry => { :status => :user },
+      :kevin => { :status => :user }
     }
   }
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[crm-staging]"
 )