51 lines
523 B
Plaintext
51 lines
523 B
Plaintext
/var/log/salt/master {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640 salt salt
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/key {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640 salt salt
|
|
}
|
|
|
|
/var/log/salt/api {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
create 0640 salt salt
|
|
}
|
|
|
|
/var/log/salt/syndic {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/proxy {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|