Rush has submitted this change and it was merged.
Change subject: manage wikidev group explicitly
......................................................................
manage wikidev group explicitly
Change-Id: If744b12ead67b7673a2ea840e8c601c98c9e48a2
---
M modules/admin/data/data.yaml
M modules/admin/manifests/init.pp
2 files changed, 5 insertions(+), 1 deletion(-)
Approvals:
Rush: Verified; Looks good to me, approved
diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml
index cf06004..cba6654 100644
--- a/modules/admin/data/data.yaml
+++ b/modules/admin/data/data.yaml
@@ -2,6 +2,10 @@
absent:
description: meta group for absented users
members: []
+ wikidev:
+ gid: 500
+ description: container group for primary user groups.
+ members: []
ops:
gid: 700
description: include everywhere ops folks
diff --git a/modules/admin/manifests/init.pp b/modules/admin/manifests/init.pp
index fb9159b..8d126cd 100644
--- a/modules/admin/manifests/init.pp
+++ b/modules/admin/manifests/init.pp
@@ -11,7 +11,7 @@
class admin(
$groups=[],
- $always_groups=['absent', 'ops'],
+ $always_groups=['absent', 'ops', 'wikidev'],
)
{
--
To view, visit https://gerrit.wikimedia.org/r/134524
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If744b12ead67b7673a2ea840e8c601c98c9e48a2
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[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