Merge pull request #19 from edwin--zhao/master
Added a muktipath example on pillar.example file
This commit is contained in:
commit
078446b01a
1 changed files with 13 additions and 0 deletions
|
@ -25,3 +25,16 @@ logrotate:
|
||||||
- notifempty
|
- notifempty
|
||||||
- create 640 root adm
|
- create 640 root adm
|
||||||
- sharedscripts
|
- 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…
Reference in a new issue