mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-11-28 03:27:50 +01:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# vim: ft=sls
|
|
|
|
{% from "cron/map.jinja" import cron_settings with context %}
|
|
|
|
cron.install:
|
|
pkg.installed:
|
|
- name: {{ cron_settings.pkg }}
|