You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point, Chef Server started requiring a name entry in the metadata. Without it, community users cannot wrapper your cookbook without modifying it which is not a good pattern to follow.
$ knife cookbook upload notepadplusplus -o ~/Development/cookbooks
ERROR: Chef::Exceptions::MetadataNotValid: Cookbook loaded at path(s) [/Users/timgood01/Development/cookbooks/notepadplusplus] has invalid metadata: The `name' attribute is required in cookbook metadata
The text was updated successfully, but these errors were encountered:
At some point, Chef Server started requiring a name entry in the metadata. Without it, community users cannot wrapper your cookbook without modifying it which is not a good pattern to follow.
$ knife cookbook upload notepadplusplus -o ~/Development/cookbooks
ERROR: Chef::Exceptions::MetadataNotValid: Cookbook loaded at path(s) [/Users/timgood01/Development/cookbooks/notepadplusplus] has invalid metadata: The `name' attribute is required in cookbook metadata
The text was updated successfully, but these errors were encountered: