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

Add missing default value for variable

parent abb71c58
No related branches found
No related tags found
No related merge requests found
...@@ -63,9 +63,6 @@ generate_node_certs: true ...@@ -63,9 +63,6 @@ generate_node_certs: true
# Whether to use a central host to obtain the required certificates from (default: false) # Whether to use a central host to obtain the required certificates from (default: false)
use_central_ca_host: false use_central_ca_host: false
# The local directory where certs are stored before being uploaded
tmp_cert_dir: "/tmp/graylog-sidecar-certs"
# The path where the CA certificate of the graylog nodes should be # The path where the CA certificate of the graylog nodes should be
# fetched from the remote machine specified in the 'graylog-nodes' host group # fetched from the remote machine specified in the 'graylog-nodes' host group
gl_node_ca_path: "/etc/graylog/" gl_node_ca_path: "/etc/graylog/"
......
...@@ -11,6 +11,7 @@ filebeat_repo_urls: ...@@ -11,6 +11,7 @@ filebeat_repo_urls:
"Debian": "https://artifacts.elastic.co/packages/oss-8.x/apt" "Debian": "https://artifacts.elastic.co/packages/oss-8.x/apt"
# --- OTHER --- # --- OTHER ---
use_central_ca_host: false
generate_node_certs: true generate_node_certs: true
gl_sidecar_ca_path: "/etc/graylog/sidecar" gl_sidecar_ca_path: "/etc/graylog/sidecar"
sidecar_cert_dir: "/etc/graylog/sidecar" sidecar_cert_dir: "/etc/graylog/sidecar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment