eoly / puppet-rancid

Rancid Puppet Module
Other
6 stars 29 forks source link

Housekeep rancid logs #32

Closed nhemingway closed 3 years ago

nhemingway commented 3 years ago

Permit the user to specify how many days logs to keep:

class { 'rancid':
    log_retention => '30d',  # or '1w', 'or '3m' for days, weeks, months.
}
nhemingway commented 3 years ago

Won't fix