mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add logrotate files to pkg dir
This commit is contained in:
parent
c2ee45795a
commit
8c3ad656dc
2 changed files with 10 additions and 0 deletions
5
pkg/master.logrotate
Normal file
5
pkg/master.logrotate
Normal file
|
@ -0,0 +1,5 @@
|
|||
/var/log/salt/master {
|
||||
missingok
|
||||
sharedscripts
|
||||
endscript
|
||||
}
|
5
pkg/minion.logrotate
Normal file
5
pkg/minion.logrotate
Normal file
|
@ -0,0 +1,5 @@
|
|||
/var/log/salt/minion {
|
||||
missingok
|
||||
sharedscripts
|
||||
endscript
|
||||
}
|
Loading…
Add table
Reference in a new issue