Diederik has uploaded a new change for review.
https://gerrit.wikimedia.org/r/63005
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, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/05/63005/1
diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 2a41b26..d6515c3 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,8 @@
directory => "$e3_analysis_path",
origin =>
"https://gerrit.wikimedia.org/r/p/analytics/user-metrics.git",
owner => $metrics_user,
+ group => "wikidev",
+ recurse => true,
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: newchange
Gerrit-Change-Id: I2d3bca7d48446cda22d4bcfd1209ec28e2df222c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Diederik <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits