salt-common/sls/cron/cronie.sls
2018-07-03 22:34:48 +03:00

16 lines
247 B
Plaintext

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