split up logrotate

This commit is contained in:
Sean Channel 2012-11-21 14:03:10 -08:00
parent b7ca2aa559
commit 75f1549fba
3 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,3 @@
/var/log/salt/master
/var/log/salt/minion
/var/log/salt/key
/var/log/salt/*.log
{

8
debian/salt-master.logrotate vendored Normal file
View File

@ -0,0 +1,8 @@
/var/log/salt/master
{
weekly
missingok
rotate 7
compress
notifempty
}

8
debian/salt-minion.logrotate vendored Normal file
View File

@ -0,0 +1,8 @@
/var/log/salt/minion
{
weekly
missingok
rotate 7
compress
notifempty
}