mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44304 from jfindlay/cron_id
states.cron identifier defaults to name
This commit is contained in:
commit
7aaea1d179
1 changed files with 2 additions and 2 deletions
|
@ -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...).
|
||||
|
|
Loading…
Add table
Reference in a new issue