Andrew Bogott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/348858 )

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


Keystone: Redirect 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(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I2914c1a46865c6d874a192483f20cb791c390c18
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to