Sha256: e22095ff5d6ea9f919fb62f29b66c09d3143e3858a29ade9e9c9ce4c8350a105

Contents?: true

Size: 521 Bytes

Versions: 17

Compression:

Stored size: 521 Bytes

Contents

# Should never be executed, see comment below
execute("echo should-not-execute")

execute("echo foo") do
  # refers to the resource below, but there is an intentional typo
  # expected behavior is for the reference to be resolved *before*
  # Chef starts converging resources, so that the above execute
  # resource is never called.
  # Also, the error message should be helpful.
  notifies(:create, "file[#{node[:tmpdir]}/notified_file.txt]")
end

file "#{node[:tmpdir]}/not-notified_file.txt" do
  action :nothing
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cuken-0.1.22 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.21 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.20 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.19 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.18 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.17 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.16 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.15 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.13 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.12 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.11 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.10 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.9 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.8 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.7 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.4 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb
cuken-0.1.2 features/data/cookbooks/delayed_notifications/recipes/invalid_forward_reference.rb