ArielGlenn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281679

Change subject: fix wrong owner for cron dumps script, should be root
......................................................................

fix wrong owner for cron dumps script, should be root

Change-Id: I550f3545dcc341b13e95f6d1187062cccb6a7cef
---
M modules/snapshot/manifests/dumps/cron.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/79/281679/1

diff --git a/modules/snapshot/manifests/dumps/cron.pp 
b/modules/snapshot/manifests/dumps/cron.pp
index 90b4dfe..bcc99dd 100644
--- a/modules/snapshot/manifests/dumps/cron.pp
+++ b/modules/snapshot/manifests/dumps/cron.pp
@@ -16,7 +16,7 @@
         ensure  => 'present',
         path    => '/usr/local/bin/fulldumps.sh',
         mode    => '0755',
-        owner   => $user,
+        owner   => root,
         group   => root,
         content => template('snapshot/dumps/fulldumps.sh.erb'),
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I550f3545dcc341b13e95f6d1187062cccb6a7cef
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>

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

Reply via email to