test(saltcheck): avoid map.jinja, use the test pillar instead

This commit is contained in:
Imran Iqbal
2019-10-17 20:12:23 +01:00
parent 50706119fa
commit cce5e67c33
+1 -1
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls
{%- from "cron/saltcheck-tests/map.jinja" import cron with context %}
{%- set cron = salt['pillar.get']('cron', {}) %}
{%- if 'tasks' in cron %}
{%- for task, task_options in cron.tasks.items() %}