mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +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
|
|
}
|