salt-common/sls/cron/cronie.sls
2016-04-17 02:52:58 +03:00

17 lines
268 B
YAML

# -*- mode: yaml -*-
cronie:
pkg.latest:
- name: sys-process/cronie
- use: inotify
service.running:
- sig: cron
- enable: True
- watch:
- pkg: cronie
vixie-cron:
pkg.purged:
- name: sys-process/vixie-cron
service:
- disabled