Sha256: 37717e27b2722926def839cf8553df260429459064125df9f6217dc9b4ccbd94
Contents?: true
Size: 325 Bytes
Versions: 17
Compression:
Stored size: 325 Bytes
Contents
execute("echo foo") do # refers to the resource below, which isn't defined yet. # expected behavior is for the reference to be resolved later # and the notification to work correctly notifies(:create, "file[#{node[:tmpdir]}/notified_file.txt]") end file "#{node[:tmpdir]}/notified_file.txt" do action :nothing end
Version data entries
17 entries across 17 versions & 1 rubygems