]> git.openstreetmap.org Git - chef.git/commitdiff
Enable crm-staging on dribble and add user kevin
authorGrant Slater <github@firefishy.com>
Wed, 2 Aug 2023 02:38:40 +0000 (03:38 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 2 Aug 2023 02:38:40 +0000 (03:38 +0100)
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]"
 )