Exception: ChefApply::Action::GenerateTempCookbook::RecipeLookup::NoDefaultRecipe

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_path, cookbook_name) ⇒ NoDefaultRecipe

Returns a new instance of NoDefaultRecipe.



110
# File 'lib/chef_apply/action/generate_temp_cookbook/recipe_lookup.rb', line 110

def initialize(cookbook_path, cookbook_name); super("CHEFVAL007", cookbook_path, cookbook_name); end