mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add proxy to log rotation and update syndic rotation for SUSE
This commit is contained in:
parent
70d62eabfd
commit
7e7bd7a1f8
2 changed files with 24 additions and 0 deletions
|
@ -37,3 +37,11 @@
|
|||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/proxy {
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
|
|
@ -33,3 +33,19 @@
|
|||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/syndic {
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/proxy {
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue