mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-12-11 08:25:57 +01:00
11 lines
241 B
Scilab
11 lines
241 B
Scilab
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{%- from "cron/saltcheck-tests/map.jinja" import cron_settings with context %}
|
|
|
|
verify_cron.install:
|
|
module_and_function: pkg.version
|
|
args:
|
|
- {{ cron_settings.pkg }}
|
|
assertion: assertNotEmpty
|