From 2a3652e1156c67c52202cb9e523b3ce904e089c2 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Wed, 18 Jan 2023 14:30:51 -0500 Subject: [PATCH] Up the frequency of LE deployments --- manifests/deploy.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/deploy.pp b/manifests/deploy.pp index df0ae4c..0d3f1dc 100644 --- a/manifests/deploy.pp +++ b/manifests/deploy.pp @@ -36,9 +36,9 @@ class acme_vault::deploy( cron { "${domain}_deploy": command => ". \$HOME/.bashrc && ${home_dir}/check_cert.sh ${domain} ${cert_destination_path} && ${restart_method}", user => $user, - weekday => 2, - hour => 11, - minute => 17, + weekday => ['2-4'], + hour => ['11-16'], + minute => 30, } file {"${cert_destination_path}/${domain}":