1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2024-09-19 20:40:36 +00:00

update token renew command for newer vault versions

This commit is contained in:
Bob Belnap 2021-10-31 14:04:21 -04:00
parent e7c16123f5
commit 99bd0d97e7

View File

@ -82,7 +82,7 @@ class acme_vault::common (
# renew vault token
cron { 'renew vault token':
command => ". \$HOME/.bashrc && $vault_bin token-renew > /dev/null",
command => ". \$HOME/.bashrc && $vault_bin token renew > /dev/null",
user => $user,
weekday => 1,
hour => 10,