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