I have couple of library functions which are common across all recipes in given cookbook. So if I provide name of recipe those library functions can do expected behavior change for particular recipe.
Similar case with template locations, recipe specific templates are stored under directory named after recipe.
Now inside chef recipe during runtime , how to determine name of running recipe which can allow me to leverage above template directory structure and library functions.
Thanks