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

# commend with blankline above and below


# 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