Ottomata has submitted this change and it was merged.

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(-)

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



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: merged
Gerrit-Change-Id: Icc0ff73c646871a3a45e154aeec13e638324adbe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[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