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
Adding dependency on artifact cookbook first time in a repo.
knife cookbook site download artifact
- gets the latest : artifact-1.12.2.tar.gz
tar -zxvf artifact-1.12.2.tar.gz
- unzipped in cookbook folder
rm artifact-1.12.2.tar.gz
delete the tar file
cd artifact/
berks install
output :
Resolving cookbook dependencies...
Fetching 'artifact' from source at .
Fetching 'artifact_test' from source at fixtures/artifact_test
The resource at '/home/user/repos/chef-repo/cookbooks/artifact/fixtures/artifact_test' does not appear to be a valid cookbook. Does it have a metadata.rb?
Anyone else come across this ?
The text was updated successfully, but these errors were encountered:
Adding dependency on artifact cookbook first time in a repo.
- gets the latest : artifact-1.12.2.tar.gz
- unzipped in cookbook folder
output :
Resolving cookbook dependencies...
Fetching 'artifact' from source at .
Fetching 'artifact_test' from source at fixtures/artifact_test
The resource at '/home/user/repos/chef-repo/cookbooks/artifact/fixtures/artifact_test' does not appear to be a valid cookbook. Does it have a metadata.rb?
Anyone else come across this ?
The text was updated successfully, but these errors were encountered: