mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-11-28 01:17:49 +01:00
9 lines
170 B
Plaintext
9 lines
170 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 }}
|