Ver código fonte

Merge pull request #3 from fessoga5/master

Update readme and pillar.example
tags/v0.9.0
Niels Abspoel 10 anos atrás
pai
commit
d2d939e5b7
2 arquivos alterados com 10 adições e 2 exclusões
  1. +7
    -0
      README.rst
  2. +3
    -2
      pillar.example

+ 7
- 0
README.rst Ver arquivo

@@ -24,3 +24,10 @@ Installs the ``logrotate`` package and service/timer/cron.
--------------------

Manages logrotate config and include dir.

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

Create custom job for logrotate.



+ 3
- 2
pillar.example Ver arquivo

@@ -1,7 +1,8 @@
# vim: sts=2 ts=2 sw=2 et ai
logrotate:
pkg: 'logrotate'
service: 'crond'
lookup:
pkg: 'logrotate'
service: 'crond'
jobs:
"/tmp/var/log/mysql/error":
- "weekly"

Carregando…
Cancelar
Salvar