mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 22:33:17 +01:00
Fix learn init.sls typo
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{% set module_dict = salt['pillar.get']('learn:modules', [] ) %}
|
||||
|
||||
{% if module_dict.items()|length != 0 %}}
|
||||
{% if module_dict.items()|length != 0 %}
|
||||
include:
|
||||
{% for module, _ in module_dict.items() %}
|
||||
- 'learn.{{ module }}'
|
||||
|
||||
Reference in New Issue
Block a user