states.cron identifier defaults to name

This commit is contained in:
Justin Findlay 2017-10-26 14:24:39 -07:00
parent e7ca9f8407
commit cc038c5bec
No known key found for this signature in database
GPG key ID: 423725EEF5A74B6F

View file

@ -299,7 +299,7 @@ def present(name,
identifier
Custom-defined identifier for tracking the cron line for future crontab
edits. This defaults to the state id
edits. This defaults to the state name
special
A special keyword to specify periodicity (eg. @reboot, @hourly...).
@ -386,7 +386,7 @@ def absent(name,
identifier
Custom-defined identifier for tracking the cron line for future crontab
edits. This defaults to the state id
edits. This defaults to the state name
special
The special keyword used in the job (eg. @reboot, @hourly...).