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
- badges/backend - badges/backend
- name: logrotate for badge award cronjobs - name: remove old logrotate file we used to put in place.
copy: > file: >
src=cron/cron-badges-logrotate
dest=/etc/logrotate.d/cron-badges-logrotate dest=/etc/logrotate.d/cron-badges-logrotate
owner=root state=absent
mode=644
tags: tags:
- config - config
- cron - cron