Akosiaris has submitted this change and it was merged.

Change subject: sudo -u parsoid access for parsoid admins
......................................................................


sudo -u parsoid access for parsoid admins

RT #5934

Change-Id: Ibe81e84c64f392840f6a2b0764372249a4af8359
---
M manifests/admins.pp
1 file changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/manifests/admins.pp b/manifests/admins.pp
index 430f419..74e1743 100644
--- a/manifests/admins.pp
+++ b/manifests/admins.pp
@@ -3336,4 +3336,10 @@
        include accounts::gwicke
        include accounts::catrope
        include accounts::ssastry # RT 5512
+
+       # RT 5934
+       sudo_user { ['catrope', 'gwicke']:
+               privileges => ['ALL = (parsoid) NOPASSWD: ALL'],
+       }
+
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe81e84c64f392840f6a2b0764372249a4af8359
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Akosiaris <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: Tim Starling <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to