Skip to main content

Chef/Deprecations/VerifyPropertyUsesFileExpansion

Cookstyle cops page

The Cookstyle cops department: Chef/Deprecations

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYes12.5+

In Chef Infra Client 13 the “file” variable for use within the verify property was replaced with the “path” variable.

Examples

incorrect

file '/etc/nginx.conf' do
  verify 'nginx -t -c %{file}'
end

correct

file '/etc/nginx.conf' do
  verify 'nginx -t -c %{path}'
end

Configurable attributes

NameDefault valueConfigurable values
Version Added5.10.0String
Include
    Array

    Thank you for your feedback!

    ×









    Search Results