mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
change to header
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{{ write_config_line(config.get("default", {})) }}
|
{{ write_config_line(config.get("default", {})) }}
|
||||||
{% for header, cfg in config.items() %}
|
{% for header, cfg in config.items() %}
|
||||||
{%- if section == "default" %}{% continue %}{% endif %}
|
{%- if header == "default" %}{% continue %}{% endif %}
|
||||||
[{{ header }}]
|
[{{ header }}]
|
||||||
{{ write_config_line(cfg) }}
|
{{ write_config_line(cfg) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
Reference in New Issue
Block a user