From 7bf59896a32002a557ab2927dd0efa818f7f0320 Mon Sep 17 00:00:00 2001 From: Artem Karamyshev Date: Thu, 22 Jan 2015 19:35:58 +0800 Subject: [PATCH 1/5] Fix error in pillar.example --- pillar.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 7ff551d..cdec6e8 100644 --- a/pillar.example +++ b/pillar.example @@ -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" From d12b3d97f4ce16e7b351ac03e95e90144e656c96 Mon Sep 17 00:00:00 2001 From: Artem Karamyshev Date: Thu, 22 Jan 2015 19:37:06 +0800 Subject: [PATCH 2/5] Update README.rst --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index c1b29ef..c943efb 100644 --- a/README.rst +++ b/README.rst @@ -23,4 +23,9 @@ Installs the ``logrotate`` package and service/timer/cron. ``logrotate.config`` -------------------- + +``logrotate.jobs` +----------------- +Create custom job for logrotate. + Manages logrotate config and include dir. From 30ce1bdeaee4ee14f7ae7b33900d1b736de53d0b Mon Sep 17 00:00:00 2001 From: Artem Karamyshev Date: Thu, 22 Jan 2015 19:37:19 +0800 Subject: [PATCH 3/5] Update README.rst --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index c943efb..3e19a88 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,6 @@ Installs the ``logrotate`` package and service/timer/cron. ``logrotate.config`` -------------------- - ``logrotate.jobs` ----------------- Create custom job for logrotate. From 7d1668b0b1cc33679ee73c5808f221ccdb827bf1 Mon Sep 17 00:00:00 2001 From: Artem Karamyshev Date: Thu, 22 Jan 2015 19:38:15 +0800 Subject: [PATCH 4/5] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3e19a88..25edb2f 100644 --- a/README.rst +++ b/README.rst @@ -23,8 +23,8 @@ Installs the ``logrotate`` package and service/timer/cron. ``logrotate.config`` -------------------- -``logrotate.jobs` ------------------ +``logrotate.jobs`` +------------------ Create custom job for logrotate. Manages logrotate config and include dir. From 2bfa51ccdb9d740ff54a08b1c360bec4a889e94a Mon Sep 17 00:00:00 2001 From: Artem Karamyshev Date: Thu, 22 Jan 2015 19:38:32 +0800 Subject: [PATCH 5/5] Update README.rst --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25edb2f..93f9e5f 100644 --- a/README.rst +++ b/README.rst @@ -23,8 +23,11 @@ Installs the ``logrotate`` package and service/timer/cron. ``logrotate.config`` -------------------- +Manages logrotate config and include dir. + ``logrotate.jobs`` ------------------ + Create custom job for logrotate. -Manages logrotate config and include dir. +