Fix learn init.sls typo

This commit is contained in:
William Wernert
2021-07-29 14:35:02 -04:00
parent 9e92f6da3d
commit e38219aa2e

View File

@@ -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 }}'