mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
0cf36b487b
* Minion runs always as a root
26 lines
255 B
Plaintext
26 lines
255 B
Plaintext
/var/log/salt/master {
|
|
su salt salt
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|
|
|
|
/var/log/salt/key {
|
|
su salt salt
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
}
|