Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using marker in a wrapper recipe could be better #3

Open
caryp opened this issue Sep 6, 2013 · 0 comments
Open

Using marker in a wrapper recipe could be better #3

caryp opened this issue Sep 6, 2013 · 0 comments

Comments

@caryp
Copy link
Contributor

caryp commented Sep 6, 2013

As a user I want to add a log marker before each of the recipes included from a library cookbook. For example:

marker "cb1::some_recipe"
include_recipe "cb1::some_recipe"

marker "cb1::some_other_recipe"
include_recipe "cb1::some_other_recipe"

marker "cb2::some_recipe"
include_recipe "cb2::some_recipe"

the problem is that the recipe_name is based on the calling recipe context. It would be nice to somehow have the ability to override recipe_name that is passed to the template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant