Browse Source

Merge pull request #1 from egarbi/master

Added a multipath example on pillar.example file
tags/v0.9.0
edwin--zhao 9 years ago
parent
commit
063ac2e2a5
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      pillar.example

+ 13
- 0
pillar.example View File

@@ -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

Loading…
Cancel
Save