Add quotes to cron doc

Closes #31953
This commit is contained in:
Mike Place 2016-03-25 16:15:40 -06:00 committed by rallytime
parent 7de784411d
commit d9c297119e

View file

@ -123,7 +123,7 @@ Added the opportunity to set a job with a special keyword like '@reboot' or
/path/to/cron/script:
cron.present:
- user: root
- special: @hourly
- special: '@hourly'
The script will be executed every reboot if cron daemon support this option.
@ -132,7 +132,7 @@ The script will be executed every reboot if cron daemon support this option.
/path/to/cron/otherscript:
cron.absent:
- user: root
- special: @daily
- special: '@daily'
This counter part definition will ensure than a job with a special keyword
is not set.