blob: ae8c33c81460c7cc1ccaec5565d21b611e6f31fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
files:
"/etc/cron.d/mycron":
mode: "000644"
owner: root
group: root
content: |
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
0 6 * * * root /bin/echo 'c' > /tmp/masterfifo
commands:
remove_old_cron:
command: "rm -f /etc/cron.d/mycron.bak"
|