mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
36 lines
364 B
Plaintext
36 lines
364 B
Plaintext
/var/log/salt/master {
|
|
su salt salt
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
su root root
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/key {
|
|
su salt salt
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/api {
|
|
su salt salt
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|