Update to 2022-09-04 01:00

This commit is contained in:
Daniel Berteaud
2022-09-04 01:00:25 +02:00
parent 6c02758759
commit 59c5adc8fa
3 changed files with 12 additions and 3 deletions

View File

@@ -35,8 +35,10 @@ template {
exec {
command = "systemctl reload nomad"
}
}
{% if nomad_conf.server.enabled %}
template {
source = "{{ nomad_root_dir }}/consul-template/cli.crt.tpl"
left_delimiter = "[["
@@ -51,4 +53,4 @@ template {
destination = "{{ nomad_root_dir }}/tls/cli.key"
perms = 0640
}
{% endif %}