mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
include:
|
|
- cron
|
|
|
|
salt-call:
|
|
cron.present:
|
|
- identifier: salt-call
|
|
- name: PATH='/usr/sbin:/usr/bin:/sbin:/bin' salt-call -l warning --out=quiet state.highstate
|
|
- hour: '13'
|
|
- minute: '0'
|
|
- user: root
|