b1bd3c2146
New package see http://lists.opensuse.org/opensuse-factory/2013-05/msg00163.html OBS-URL: https://build.opensuse.org/request/show/175205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=1
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
|
|
}
|