aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/integration/provider/cron/crontab/create_special_entry
blob: ee25954c3716fd64ecca7feaff661245c828ff72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# HEADER: some simple
# HEADER: header
@daily /bin/unnamed_special_command >> /dev/null 2>&1

# commend with blankline above and below

17-19,22 0-23/2 * * 2 /bin/unnamed_regular_command

# Puppet Name: My daily failure
MAILTO=""
@daily /bin/false
# Puppet Name: Monthly job
SHELL=/bin/sh
MAILTO=mail@company.com
15 14 1 * * $HOME/bin/monthly
# Puppet Name: new special entry
MAILTO=bob@company.com
@reboot echo "Booted" 1>&2