sous-chefs / logrotate

Development repository for the logrotate cookbook

Home Page:https://supermarket.chef.io/cookbooks/logrotate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changelog does not document removal of `create:` option for resource

ozzyogkush opened this issue · comments

While converging a node whose run list includes a recipe which runs the logrotate_app resource with the create: option, in version 1.9.2, it sets the correct mode/user/group. When a colleague tried converging, it downloaded v2.1.0. The logrotate file created had the incorrect mode/user/group (644/root/root instead of what was specified in create:).

I checked the cookbook and it seems that property has been removed from the resource definition. This is a breaking change that is not documented in the changelog or README. It would be helpful if it were.

My mistake, I was confused on what that option was doing.