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