RobH has submitted this change and it was merged.

Change subject: have to include a group since no services are listed that do
......................................................................


have to include a group since no services are listed that do

Change-Id: Id6463c415a78fe0a9d7f8518295e94dbe68cdab9
---
M manifests/site.pp
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  RobH: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index c085412..f25416d 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2586,7 +2586,8 @@
 
 node "stat1002.eqiad.wmnet" {
 
-       include accounts::otto
+       include groups::wikidev,
+       accounts::otto
 
        sudo_user { "otto": privileges => ['ALL = NOPASSWD: ALL'] }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id6463c415a78fe0a9d7f8518295e94dbe68cdab9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[email protected]>
Gerrit-Reviewer: RobH <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to