-
Notifications
You must be signed in to change notification settings - Fork 23
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
Chef generate cookbook with a generated generator fails #8
Comments
Another nuance. The directory that moving the generator too must be empty (or contain only generators?)
|
Thanks @jerryaldrichiii! We're going to move this issue to the https://github.com/chef/chef-cli repo since that is the new place for tracking issues with the |
I'm having exactly the same issue. |
I am having the same problem. Version:
Environment:macOS Mojave 10.14.6 Scenario:I want to use Steps to Reproduce:
Expected Result:I expected a new cookbook built with the generator cookbook. Actual Result:
|
Closing this as I do not support Chef's contract with ICE and no longer care about the result of this ticket. |
i have same issue how can i solve this issue |
Description
Generating a generator then using
chef generate cookbook foobar -g that_generator
fails with:Oddly, moving the generator in to an empty directory makes it work.
ChefDK Version
Platform Version
CentOS 6.9
Replication Case
The text was updated successfully, but these errors were encountered: