Skip to main content

ImmediateNotificationTiming

All Cookstyle Cops


The department is: Chef/Style

The full name of the cop is: Chef/Style/ImmediateNotificationTiming


Enabled by default Supports autocorrection Target Chef Version
Enabled Yes All Versions

Use :immediately instead of :immediate for resource notification timing.

Examples

incorrect


template '/etc/www/configures-apache.conf' do
  notifies :restart, 'service[apache]', :immediate
end

correct


template '/etc/www/configures-apache.conf' do
  notifies :restart, 'service[apache]', :immediately
end

Configurable attributes

Name Default value Configurable values
Version Added 5.16.0 String
Exclude
  • **/attributes/*.rb
  • **/metadata.rb
  • **/Berksfile
Array

Was this page helpful?

×









Search Results