From 1048a627ab68e6d73cd8e50b45b1018a4752912f Mon Sep 17 00:00:00 2001 From: Enrique Garbi Date: Tue, 26 Jan 2016 10:40:30 +0000 Subject: [PATCH] Added a muktipath example on pillar.example file --- pillar.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pillar.example b/pillar.example index 5f0f89c..d33fb39 100644 --- a/pillar.example +++ b/pillar.example @@ -25,3 +25,16 @@ logrotate: - notifempty - create 640 root adm - sharedscripts + syslog: + path: + - /var/log/cron + - /var/log/maillog + - /var/log/messages + - /var/log/secure + - /var/log/spooler + - /var/log/slapd.log + config: + - sharedscripts + - postrotate + - /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true + - endscript