mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2025-01-18 15:30:34 +00:00
update token renew command for newer vault versions
This commit is contained in:
parent
e7c16123f5
commit
99bd0d97e7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user