mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
include:
|
|
- cron
|
|
- openrc
|
|
|
|
openrc_rc_cron_job:
|
|
cron.present:
|
|
- identifier: rc
|
|
- name: "/sbin/openrc"
|
|
- minute: '*/5'
|
|
- user: root
|