Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401492 )

Change subject: WIP: Add all ops members to docker group
......................................................................

WIP: Add all ops members to docker group

Use the *ops_members anchor to add all ops people to the docker group.
The puppet parser function being the primary user of this data struct
is already doing a flatten(1) so the inclusion of a nested array as is
should not cause any problems.

While the canonical user of the data.yaml struct is doing 1 level
flattening anyway, there seem to be an array of utilities in the admin
module reimplementing the parsing for their own distinct purposes. None
of these seems to be flattening the array

Change-Id: I2e9d6c51bd1d4969c047e076c5949b95f60d061c
---
M modules/admin/data/data.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/92/401492/1

diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index 73cdcb2..1db8dfc 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -647,7 +647,7 @@
     # This has the potential of conflicting with other users asking 
permissions to run docker. IFF
     # such a need arises we might want to revisit this
     description: Allow releng team to be in the docker group for contint. No 
gid on purpose
-    members: [akosiaris, dduvall, demon, gjg, hashar, thcipriani, 
twentyafterfour, zfilipin]
+    members: [*ops_members, dduvall, demon, gjg, hashar, thcipriani, 
twentyafterfour, zfilipin]
 
 users:
   rush:

-- 
To view, visit https://gerrit.wikimedia.org/r/401492
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e9d6c51bd1d4969c047e076c5949b95f60d061c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to