Skip to main content

Chef/Deprecations/ChefRewind

Cookstyle cops page

The Cookstyle cops department: Chef/Deprecations

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYes12.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

NameDefault valueConfigurable values
Version Added5.14.0String
Include
    Array

    Thank you for your feedback!

    ×