Andrew Bogott has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/381505 )

Change subject: rabbitmq: redirect cron errors to logfile to avoid cronspam
......................................................................

rabbitmq: redirect cron errors to logfile to avoid cronspam

Change-Id: I2253a07cd3e1dba9db4bc714bcd688b2a15c9d0f
---
M modules/profile/manifests/openstack/base/rabbitmq.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/381505/1

diff --git a/modules/profile/manifests/openstack/base/rabbitmq.pp 
b/modules/profile/manifests/openstack/base/rabbitmq.pp
index 8d9715d..b319485 100644
--- a/modules/profile/manifests/openstack/base/rabbitmq.pp
+++ b/modules/profile/manifests/openstack/base/rabbitmq.pp
@@ -39,6 +39,6 @@
             ensure  => 'present',
             user    => 'root',
             minute  => '35',
-            command => '/usr/local/sbin/drain_queue notifications.error >> 
/var/log/rabbitmq/notifications_error.log',
+            command => '/usr/local/sbin/drain_queue notifications.error >> 
/var/log/rabbitmq/notifications_error.log 2>&1',
     }
 }

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

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

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

Reply via email to