mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pylint fixes
This commit is contained in:
parent
c6f3026517
commit
1f66907fef
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ Cron declarations require a number of parameters. The timing parameters need
|
|||
to be declared: minute, hour, daymonth, month, and dayweek. The user whose
|
||||
crontab is to be edited also needs to be defined.
|
||||
|
||||
By default, the timing arguments are all ``*`` (**Caution**: This means just
|
||||
setting ``hour`` to ``5`` and not defining minute will execute the cron entry
|
||||
every minute between 5 and 6 am!) and the user is root. When making changes to
|
||||
an existing cron job, the name declaration is the unique factor, so if an
|
||||
By default, the timing arguments are all ``*`` (**Caution**: This means just
|
||||
setting ``hour`` to ``5`` and not defining minute will execute the cron entry
|
||||
every minute between 5 and 6 am!) and the user is root. When making changes to
|
||||
an existing cron job, the name declaration is the unique factor, so if an
|
||||
existing cron that looks like this:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue