Faidon Liambotis has submitted this change and it was merged.

Change subject: protoproxy: mute nginx reload cron's output
......................................................................


protoproxy: mute nginx reload cron's output

Cronspams.

Change-Id: Ia650192f538c868a456329041020ac719a8218e5
---
M manifests/role/protoproxy.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/role/protoproxy.pp b/manifests/role/protoproxy.pp
index c088668..3c9151e 100644
--- a/manifests/role/protoproxy.pp
+++ b/manifests/role/protoproxy.pp
@@ -40,7 +40,7 @@
     # hosts in the if clause here).
     if ! os_version('debian >= jessie') {
         cron { 'nginx_reload_daily':
-            command => '/usr/sbin/service nginx reload',
+            command => '/usr/sbin/service nginx reload >/dev/null 2>/dev/null',
             hour    => fqdn_rand(24),
             minute  => fqdn_rand(60),
         }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia650192f538c868a456329041020ac719a8218e5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to