Bilge
9 anni fa
1 ha cambiato i file con
11 aggiunte e
11 eliminazioni
-
pillar.example
|
|
@@ -1,15 +1,15 @@ |
|
|
|
# vim: sts=2 ts=2 sw=2 et ai |
|
|
|
logrotate: |
|
|
|
lookup: |
|
|
|
pkg: 'logrotate' |
|
|
|
service: 'crond' |
|
|
|
pkg: logrotate |
|
|
|
service: crond |
|
|
|
jobs: |
|
|
|
"/tmp/var/log/mysql/error": |
|
|
|
- "weekly" |
|
|
|
- "missingok" |
|
|
|
- "rotate 52" |
|
|
|
- "compress" |
|
|
|
- "delaycompress" |
|
|
|
- "notifempty" |
|
|
|
- "create 640 root adm" |
|
|
|
- "sharedscripts" |
|
|
|
/tmp/var/log/mysql/error: |
|
|
|
- weekly |
|
|
|
- missingok |
|
|
|
- rotate 52 |
|
|
|
- compress |
|
|
|
- delaycompress |
|
|
|
- notifempty |
|
|
|
- create 640 root adm |
|
|
|
- sharedscripts |