Compound exception: In run_list expansion and resolution, run_list items referred to cookbooks that don't exist and/or have no versions available.
# File lib/chef/exceptions.rb, line 139 def initialize(message, non_existent_cookbooks, cookbooks_with_no_matching_versions) super(message) @non_existent_cookbooks = non_existent_cookbooks @cookbooks_with_no_matching_versions = cookbooks_with_no_matching_versions end
Generated with the Darkfish Rdoc Generator 2.