We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334c816 commit dcc9ee7Copy full SHA for dcc9ee7
roles/icingadb/templates/icingadb.ini.j2
@@ -30,7 +30,7 @@ database:
30
31
redis:
32
host: {{ icingadb_redis_host }}
33
-{% if icingadb_redis_tls is defiend %}
+{% if icingadb_redis_tls is defined %}
34
port: 0
35
tls-port: {{ icingadb_redis_tls_port | default(6380) }}
36
{% elif icingadb_redis_port is defined %}
0 commit comments