mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2024-11-09 20:30:36 +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
|
# renew vault token
|
||||||
cron { '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,
|
user => $user,
|
||||||
weekday => 1,
|
weekday => 1,
|
||||||
hour => 10,
|
hour => 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user