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