Skip to main content

Chef/Correctness/InvalidNotificationTiming

Cookstyle cops page

The Cookstyle cops department: Chef/Correctness

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledNoAll Versions

Valid notification timings are :immediately, :immediate (alias for :immediately), :delayed, and :before.

Examples

incorrect


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

correct


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

Configurable attributes

NameDefault valueConfigurable values
Version Added5.16.0String
Include
    Array

    Thank you for your feedback!

    ×









    Search Results