salt-common/sls/openrc/cronjob.sls

11 lines
151 B
Plaintext
Raw Normal View History

include:
- cron
- openrc
openrc_rc_cron_job:
2016-04-16 23:52:58 +00:00
cron.present:
- identifier: rc
2016-08-16 13:12:37 +00:00
- name: "/sbin/openrc"
2016-04-16 23:52:58 +00:00
- minute: '*/5'
- user: root