Ottomata has uploaded a new change for review.
https://gerrit.wikimedia.org/r/298321
Change subject: Fix mode of wmde scripts
......................................................................
Fix mode of wmde scripts
Change-Id: Icc0ff73c646871a3a45e154aeec13e638324adbe
---
M modules/statistics/manifests/wmde.pp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/21/298321/1
diff --git a/modules/statistics/manifests/wmde.pp
b/modules/statistics/manifests/wmde.pp
index 1ad72d9..efb5f04 100644
--- a/modules/statistics/manifests/wmde.pp
+++ b/modules/statistics/manifests/wmde.pp
@@ -105,7 +105,7 @@
ensure => 'file',
owner => $user,
group => $user,
- mode => '0644',
+ mode => '0754',
content => template('statistics/wmde/daily.erb'),
require => Git::Clone['wmde/scripts'],
}
@@ -114,7 +114,7 @@
ensure => 'file',
owner => $user,
group => $user,
- mode => '0644',
+ mode => '0754',
content => template('statistics/wmde/minutely.erb'),
require => Git::Clone['wmde/scripts'],
}
--
To view, visit https://gerrit.wikimedia.org/r/298321
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc0ff73c646871a3a45e154aeec13e638324adbe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits