From 99bd0d97e7c5dce89745735bb47d796edc76eccb Mon Sep 17 00:00:00 2001 From: Bob Belnap Date: Sun, 31 Oct 2021 14:04:21 -0400 Subject: [PATCH] update token renew command for newer vault versions --- manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common.pp b/manifests/common.pp index bcd14cc..ac10934 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -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,