diff --git a/packstack/puppet/templates/keystone.pp b/packstack/puppet/templates/keystone.pp index 157c0cd05..870f00427 100644 --- a/packstack/puppet/templates/keystone.pp +++ b/packstack/puppet/templates/keystone.pp @@ -22,7 +22,7 @@ class { '::keystone::client': } if hiera('CONFIG_KEYSTONE_DB_PURGE_ENABLE',false) { class { '::keystone::cron::token_flush': minute => '*/1', - require => [Service['crond'], User['keystone'], Group['keystone']], + require => Service['crond'], destination => '/dev/null', } service { 'crond':