0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2025-02-22 07:53:35 +01:00

14 lines
281 B
Scilab

# -*- coding: utf-8 -*-
# vim: ft=sls
{%- set package_name = 'cronie' %}
{%- if grains.os_family in ['Debian'] %}
{%- set package_name = 'cron' %}
{%- endif %}
verify_cron.package:
module_and_function: pkg.version
args:
- {{ package_name }}
assertion: assertNotEmpty