Ottomata has submitted this change and it was merged.

Change subject: Adding ezachte and spetrea to stats group on stat1002
......................................................................


Adding ezachte and spetrea to stats group on stat1002

Change-Id: I23f53242b37faa87ec13a7013eafe9494374bdcf
---
M manifests/site.pp
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index 26b13cd..2be04c2 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2669,6 +2669,11 @@
        # over from there.
        include admins::privatedata
 
+    # add ezachte and spetrea to stats group so they can
+    # access files created by stats user cron jobs.
+       User<|title == ezachte|>     { groups +> [ "stats" ] }
+       User<|title == spetrea|>     { groups +> [ "stats" ] }
+
        sudo_user { "otto": privileges => ['ALL = NOPASSWD: ALL'] }
 
        # include classes needed for storing and crunching

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

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

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

Reply via email to