Update to 2024-09-26 14:00

This commit is contained in:
Daniel Berteaud
2024-09-26 14:00:18 +02:00
parent 7abdfbe1e8
commit 6674224dcf
3 changed files with 9 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ template {
perms = 0640
exec {
# Wait a few sec before reloading Nomad as it fails if reloaded while not fully initialized yet
command = ["sh", "-c", "sleep 15 && systemctl reload nomad || true"]
command = ["sh", "-c", "sleep 15 && systemctl reload nomad{% if nomad_conf.tls.http and nomad_conf.server.enabled %} nomad-jwks-proxy{% endif %} || true"]
}
}