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

Change subject: Pipe keystone-manage cron output to /dev/null
......................................................................

Pipe keystone-manage cron output to /dev/null

This hits some library version warnings which were
causing cronspam.

Change-Id: I2914c1a46865c6d874a192483f20cb791c390c18
---
M modules/openstack/manifests/keystone/service.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/58/348858/1

diff --git a/modules/openstack/manifests/keystone/service.pp 
b/modules/openstack/manifests/keystone/service.pp
index 92b83f2..e696359 100644
--- a/modules/openstack/manifests/keystone/service.pp
+++ b/modules/openstack/manifests/keystone/service.pp
@@ -100,7 +100,7 @@
                 ensure  => present,
                 user    => 'root',
                 minute  => 20,
-                command => '/usr/bin/keystone-manage token_flush',
+                command => '/usr/bin/keystone-manage token_flush > /dev/null 
2>&1',
         }
 
         monitoring::service { 'keystone-http-35357':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2914c1a46865c6d874a192483f20cb791c390c18
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to