Saltstack Official Logrotate Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Eric Veiras Galisson ef88f3d047 fix: corrected indentation on context in file.managed states před 5 roky
logrotate fix: corrected indentation on context in file.managed states před 5 roky
test/integration/default integrating patch from danny-smit, fixes #33 před 6 roky
.gitignore Make sure dependencies are installed if required, fix tests před 6 roky
.kitchen.docker.yml configuring travis-ci tests, using Kitchen with Docker, and Inspec před 6 roky
.kitchen.yml configuring travis-ci tests, using Kitchen with Docker, and Inspec před 6 roky
.travis.yml Make sure dependencies are installed if required, fix tests před 6 roky
Gemfile configuring travis-ci tests, using Kitchen with Docker, and Inspec před 6 roky
LICENSE Remove extra new line characters před 9 roky
README.rst Split init.sls into config, install and service před 7 roky
pillar.example new possibility to configure a job giving the raw content to store as a file před 6 roky

README.rst

logrotate
=========
Install and configure logrotate on a machine.

The config files are per OS.
At the moment only Debian, RedHat, Scientific Linux and Archlinux supported with this formula

.. 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:

``logrotate``
-------------

Installs the ``logrotate`` package and service/timer/cron.

``logrotate.config``
--------------------

Manages logrotate config and include dir.

``logrotate.install``
---------------------

Installs the logrotate package and its dependencies.

``logrotate.jobs``
------------------

Create custom job for logrotate.

``logrotate.service``
---------------------

Manages the startup and running state of the logrotate service.