mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
16 lines
247 B
Plaintext
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
|