mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2026-07-27 20:46:14 +02:00
test(saltcheck): avoid map.jinja, use the test pillar instead
This commit is contained in:
@@ -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() %}
|
||||
|
||||
Reference in New Issue
Block a user