mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-11-28 07:47:50 +01:00
d2c95440e4
* Make consistent with the actual states
11 lines
223 B
Scilab
11 lines
223 B
Scilab
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{%- from "cron/saltcheck-tests/map.jinja" import cron with context %}
|
|
|
|
verify_cron.package:
|
|
module_and_function: pkg.version
|
|
args:
|
|
- {{ cron.pkg }}
|
|
assertion: assertNotEmpty
|