0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2024-12-01 00:25:09 +01:00
cron-formula/cron/install.sls

9 lines
175 B
Plaintext
Raw Normal View History

2017-07-28 01:43:45 +02:00
# -*- coding: utf-8 -*-
# vim: ft=sls
{% from "cron/map.jinja" import cron_settings with context %}
cron.install:
pkg.installed:
- name: {{ cron_settings.pkg }}