sous-chefs / logrotate

Development repository for the logrotate cookbook
https://supermarket.chef.io/cookbooks/logrotate
Apache License 2.0
122 stars 152 forks source link

extend logrotate_app resource to include all logrotate options #149

Open sandrotosi opened 3 years ago

sandrotosi commented 3 years ago

Hello, i want to write an application logrotate, but logrotate_app doesnt support some of the commands i need, f.e. postrotate and prerotate.

it would be great if this resource can support all the global configuration can, and/or all logrotate config options.

thanks

bmhughes commented 3 years ago

Could you give us a list of the options that are missing?

postrotate and prerotate are supported by the scripts property so you're good to go with those at least.