]> git.openstreetmap.org Git - chef.git/commitdiff
Remove crm-staging from dribble during development
authorGrant Slater <github@firefishy.com>
Wed, 2 Aug 2023 04:11:06 +0000 (05:11 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 2 Aug 2023 04:11:06 +0000 (05:11 +0100)
roles/dribble.rb

index 4bee4b722c9d1c73afc8a9184eb6e2f7bbacc3da..919720597046a611469ec6f01b1cb7a29020be65 100644 (file)
@@ -31,13 +31,11 @@ default_attributes(
   },
   :accounts => {
     :users => {
-      :msbarry => { :status => :user },
       :kevin => { :status => :user }
     }
   }
 )
 
 run_list(
-  "role[equinix-ams]",
-  "role[crm-staging]"
+  "role[equinix-ams]"
 )