0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2025-07-19 15:40:48 +02:00
2017-07-28 01:43:45 +02:00
2017-07-28 01:43:45 +02:00
2017-07-28 01:43:45 +02:00
2017-07-28 01:43:45 +02:00

==============
cron-formula
==============

Install and configure cron and set up cron tasks.

.. note::

    See the full `Salt Formulas installation and usage instructions
    <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:

|OS|Compatibility|
|:----:|:--------------:|
|Ubuntu 12|Yes|
|Ubuntu 14|Yes|
|Ubuntu 16|Yes|
|CentOS 6|Yes|
|CentOS 7|Yes|

``cron``
--------
Join install, configure and service states.

``install``
-----------
Install required package to run cron.

``config``
----------
Configure cron tasks based on the pillar configuration.

Remember that is you need to delete a cron task you have to set ``type`` as ``absent`` if not, the crontask will not be deleted. You can also disable a crontask using the ``commented`` keyword.

``service``
-----------
Manage the ``cron`` service. Stopping or starting it. If needed, you can disable the cron service by setting the ``enabled: False`` option in the pillar.
Description
No description provided
Readme Apache-2.0 322 KiB
Languages
Ruby 31.7%
JavaScript 24.2%
Scilab 14.2%
SaltStack 13.9%
Jinja 8.7%
Other 7.3%