Hello Ottomata,

I'd like you to do a code review.  Please visit

    https://gerrit.wikimedia.org/r/91572

to review the following change.

Change subject: Allow qchris to sudo -u stats to debug and test jobs on 
stats1001
......................................................................

Allow qchris to sudo -u stats to debug and test jobs on stats1001

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/91572/1

diff --git a/manifests/site.pp b/manifests/site.pp
index a204fe4..ecdcb6b 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2653,7 +2653,10 @@
         accounts::qchris,  # RT 5474
         accounts::tnegrin  # RT 5391
 
-    sudo_user { "otto": privileges => ['ALL = NOPASSWD: ALL'] }
+    sudo_user { "otto":   privileges => ['ALL = NOPASSWD: ALL'] }
+
+    # Allow Christian to sudo -u stats to debug and test stats' automated cron 
jobs.
+    sudo_user { "qchris": privileges => ['ALL = (stats) NOPASSWD: ALL'] }
 }
 
 node "stat1002.eqiad.wmnet" {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9bf1ebec3a0948cc618b863d2928555678001263
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

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

Reply via email to