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

define name attr, required by Berkshelf/Ridley. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

justizin
Copy link

@justizin justizin commented Sep 1, 2015

Without the 'name' attribute in metadata.rb, I get this problem running Berkshelf:

   Resolving cookbook dependencies with Berkshelf 3.2.4...
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: Failed to complete #converge action: [The following error occurred while reading the cookbook `leiningen':
Ridley::Errors::MissingNameAttribute: The metadata at '/var/folders/lt/lytf10857vg08qy8x_cznyxcg_gv9r/T/d20150901-2134-1o0ebtm' does not contain a 'name' attribute. While Chef does not strictly enforce this requirement, Ridley cannot continue without a valid metadata 'name' entry.]
>>>>>> ---------------------- 
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration

With the change in this pull request, the problem goes away.

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

Successfully merging this pull request may close these issues.

1 participant