Skip to main content

VerifyPropertyUsesFileExpansion

All Cookstyle Cops


The department is: Chef/Deprecations

The full name of the cop is: Chef/Deprecations/VerifyPropertyUsesFileExpansion


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
Exclude
  • **/metadata.rb
  • **/attributes/*.rb
  • **/Berksfile
Array

Was this page helpful?









Search Results