class ChefApply::Action::GenerateTempCookbook::RecipeLookup::CookbookNotFound

Public Class Methods

new(cookbook_name, repo_paths) click to toggle source
Calls superclass method ChefApply::Error::new
# 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