mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-23 02:38:09 +02:00
items not keys in for loop
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{% from 'kafka/map.jinja' import KAFKAMERGED %}
|
{% from 'kafka/map.jinja' import KAFKAMERGED %}
|
||||||
|
|
||||||
{% set KAFKACONFIG = {} %}
|
{% set KAFKACONFIG = {} %}
|
||||||
{% for k, v in KAFKAMERGED.config.keys() %}
|
{% for k, v in KAFKAMERGED.config.items() %}
|
||||||
{% do KAFKACONFIG.update({k | replace("_x_", "."): v}) %}
|
{% do KAFKACONFIG.update({k | replace("_x_", "."): v}) %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user