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