Dzahn has submitted this change and it was merged.

Change subject: Ensure that all UMAPI files belong to wikidev group
......................................................................


Ensure that all UMAPI files belong to wikidev group

Change-Id: I2d3bca7d48446cda22d4bcfd1209ec28e2df222c
---
M manifests/misc/statistics.pp
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 2a41b26..cc7f54c 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -306,7 +306,7 @@
 
        $e3_home          = "/a/e3"
        $e3_analysis_path = "$e3_home/E3Analysis/"
-       $metrics_user          = $misc::statistics::user::username
+       $metrics_user     = $misc::statistics::user::username
 
        $secret_key       = $passwords::e3::metrics::secret_key
 
@@ -394,6 +394,7 @@
                directory => "$e3_analysis_path",
                origin    => 
"https://gerrit.wikimedia.org/r/p/analytics/user-metrics.git";,
                owner     => $metrics_user,
+               group     => "wikidev",
                require   => [Package["python-flask"], File[$e3_home], 
Class["misc::statistics::user"], Class["misc::statistics::packages::python"]],
                ensure    => "latest",
        }

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

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

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

Reply via email to