Exception: ChefApply::Action::GenerateTempCookbook::RecipeLookup::CookbookNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb

Instance Attribute Summary

Attributes inherited from Error

#decorate, #id, #params, #show_log, #show_stack

Instance Method Summary collapse

Constructor Details

#initialize(cookbook_name, repo_paths) ⇒ CookbookNotFound

Returns a new instance of CookbookNotFound.



103
104
105
106
# File 'lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb', line 103

def initialize(cookbook_name, repo_paths)
  repo_paths = repo_paths.join("\n")
  super("CHEFVAL006", cookbook_name, repo_paths)
end