mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
24 lines
227 B
Plaintext
24 lines
227 B
Plaintext
/var/log/salt/master {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/key {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|