Add the indexer configuration for new fedora-packages nodes.
This commit is contained in:
parent
f0e82d53af
commit
f8fb27b666
10 changed files with 89 additions and 0 deletions
24
roles/packages/files/cron_fcomm_log_rotate
Normal file
24
roles/packages/files/cron_fcomm_log_rotate
Normal file
|
@ -0,0 +1,24 @@
|
|||
/var/log/fedoracommunity/cron-sync-latest-builds.log {
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
weekly
|
||||
}
|
||||
/var/log/fedoracommunity/cron-sync-package-builds.log {
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
weekly
|
||||
}
|
||||
/var/log/fedoracommunity/cron-sync-yum.log {
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
weekly
|
||||
}
|
||||
/var/log/fedoracommunity/cron-flush-pkgs-cache.log {
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
weekly
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue