Method: Chef::CookbookVersion#checksums
- Defined in:
- lib/chef/cookbook_version.rb
#checksums ⇒ Object
Returns a hash of checksums to either nil or the on disk path (which is done by generate_manifest).
196 197 198 |
# File 'lib/chef/cookbook_version.rb', line 196 def checksums cookbook_manifest.checksums end |