blob: eb114d072d01edc12166130a69edcb7e6388276d (
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
30 2 * * * root /bin/echo 'c' > /tmp/masterfifo
commands:
remove_old_cron:
command: "rm -f /etc/cron.d/mycron.bak"
|