mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
417b791baa
The crontab resource parses a particular user's crontab file into individual entries and allows the user to assert information about each entry as needed. Signed-off-by: Adam Leff <adam@leff.co>
10 lines
157 B
Text
10 lines
157 B
Text
#
|
|
# This is a sample crontab file for unit testing
|
|
#
|
|
|
|
|
|
# entry number 1
|
|
0 2 11 9 4 /path/to/script1
|
|
|
|
# entry number 2
|
|
1 3 12 10 5 /path/to/script2 arg1 arg2
|