mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
17 lines
268 B
YAML
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
|