Skip to content

Commit

Permalink
test(saltcheck): avoid map.jinja, use the test pillar instead
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 17, 2019
1 parent 5070611 commit cce5e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/saltcheck-tests/config.tst
Original file line number Diff line number Diff line change
@@ -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() %}
Expand Down

0 comments on commit cce5e67

Please sign in to comment.