Skip to main content

ImmediateNotificationTiming

The department is: ImmediateNotificationTiming

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
Include
Array

Was this page helpful?

×









Search Results