Skip to content
Snippets Groups Projects
Commit 8c834642 authored by Alexander Käb's avatar Alexander Käb
Browse files

fix(defaults): add missing quotes to template string

parent b023f3a3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ generate_node_certs: true
gl_sidecar_ca_path: "/etc/graylog/sidecar"
sidecar_cert_dir: "/etc/graylog/sidecar"
cert_valid_days: 1095
gl_node_ca_path: {{ gl_sidecar_ca_path }}
gl_node_ca_path: "{{ gl_sidecar_ca_path }}"
# Cert SAN settings
node_cert_sans: "{{ lookup('template', 'node-cert-sans.j2') | replace('\n', '') | split(',') | map('trim') | list }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment