mirror of
https://github.com/krislamo/puppet-acme_vault
synced 2025-09-09 11:59:29 +00:00
update policy/rules in vault_policy, add vault token renew cron job.
This commit is contained in:
@@ -73,5 +73,12 @@ END
|
||||
environment => "MAILTO=${contact_email}",
|
||||
}
|
||||
|
||||
# renew vault token
|
||||
cron { 'renew vault token':
|
||||
command => "$vault_bin token-renew > /dev/null",
|
||||
user => $user,
|
||||
weekday => 1,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user