Dzahn has submitted this change and it was merged.

Change subject: add yaml group for PDF QA users, switch tantalum
......................................................................


add yaml group for PDF QA users, switch tantalum

add a new group for these users and switch tantalum
over to admin yaml

Change-Id: I1d8c2a74ea7f8f623087a9f71227f14b933a365c
---
M manifests/site.pp
M modules/admin/data/data.yaml
2 files changed, 7 insertions(+), 6 deletions(-)

Approvals:
  Jgreen: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 7c64309..7e77f51 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2250,14 +2250,11 @@
 # QA box for the new PDF system
 node 'tantalum.eqiad.wmnet' {
     $gid = '500'
+
+    class { 'admin': groups => ['pdf-qa-users'] }
+
     include standard
     include role::ocg::test
-    include groups::wikidev
-    include admins::roots
-    include accounts::mwalker
-    include accounts::maxsem
-    include accounts::anomie
-    include accounts::cscott
 }
 
 node 'sanger.wikimedia.org' {
diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index 0b66097..9128bc5 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -171,6 +171,10 @@
     gid: 727
     description: office it folk
     members: [jkrauska]
+  pdf-qa-users:
+    gid: 728
+    description: developers on the PDF QA system
+    members: [mwalker, maxsem, anomie, cscott]
 
 users:
   rush:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d8c2a74ea7f8f623087a9f71227f14b933a365c
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Jgreen <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to