Remove old logrotate file we used to put in place.

This commit is contained in:
Ralph Bean 2015-12-11 17:57:10 +00:00
parent 2b381f35a5
commit e6b32ca3a8
2 changed files with 3 additions and 41 deletions

View file

@ -1,36 +0,0 @@
/var/log/fedmsg/cron-award-libravatar-badge.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedmsg/cron-award-flock-paparazzi-badge.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedmsg/cron-award-badges-dev-badge.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedmsg/cron-award-lifecycle-badges.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedmsg/cron-award-mirror-badge.log {
missingok
notifempty
rotate 4
weekly
}
/var/log/fedmsg/cron-award-oldschool-badges.log {
missingok
notifempty
rotate 4
weekly
}

View file

@ -139,12 +139,10 @@
- badges
- badges/backend
- name: logrotate for badge award cronjobs
copy: >
src=cron/cron-badges-logrotate
- name: remove old logrotate file we used to put in place.
file: >
dest=/etc/logrotate.d/cron-badges-logrotate
owner=root
mode=644
state=absent
tags:
- config
- cron