Sha256: a9f863eae54c5bc0cd90af39eacdc69818e51f15f67df34db8a911aeb83d0ed8
Contents?: true
Size: 246 Bytes
Versions: 38
Compression:
Stored size: 246 Bytes
Contents
# Run this recipe at the end of any deploy that will be tested with inspec # Required to produce node attributes for inspec to look at ruby_block "Save node attributes" do block do IO.write("/tmp/chef_node.json", node.to_json) end end
Version data entries
38 entries across 38 versions & 1 rubygems