nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit aec7ef5b2a9fec4bf5d895bb07f4eed3c1aa95a7
parent b77b9851c5fea8524c2e7d51d1e09ca16530ea73
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 13 May 2024 22:39:21 +0200

fix(certbot): replace deprecated cron

Diffstat:
Mhcl/default/certbot/certbot.nomad | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hcl/default/certbot/certbot.nomad b/hcl/default/certbot/certbot.nomad @@ -10,7 +10,9 @@ job "certbot" { type = "batch" periodic { - cron = "@daily" + crons = [ + "@daily" + ] } group "certbot" {