1
0
Fork 0
mirror of synced 2025-01-06 13:12:14 -05:00
formula-logrotate/pillar.example

17 lines
326 B
Text

# vim: sts=2 ts=2 sw=2 et ai
logrotate:
lookup:
pkg: logrotate
service: crond
jobs:
httpd:
path: /var/log/httpd/*log
data:
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- create 640 root adm
- sharedscripts