Chef/Deprecations/ChefRewind
The Cookstyle cops department: Chef/Deprecations
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | Yes | 12.10+ |
Use delete_resource or edit_resource helpers introduced in Chef Infra Client 12.10 instead of functionality in the deprecated chef-rewind gem
Examples
chef_gem 'chef-rewind'
require 'chef/rewind'
rewind "user[postgres]" do
home '/var/lib/pgsql/9.2'
cookbook 'my-postgresql'
end
unwind "user[postgres]"
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 5.14.0 | String |
| Include | Array |