Skip to content

Instantly share code, notes, and snippets.

@denishaskin
Created July 9, 2012 12:16
Show Gist options
  • Save denishaskin/3076144 to your computer and use it in GitHub Desktop.
Save denishaskin/3076144 to your computer and use it in GitHub Desktop.
can't install mysql cookbook
hanuman:chef-repo dwhsix$ knife cookbook delete mysql
ERROR: Cannot find a cookbook named mysql to delete
hanuman:chef-repo dwhsix$ ls cookbooks/mysql
ls: cookbooks/mysql: No such file or directory
hanuman:chef-repo dwhsix$ knife cookbook site install mysql
Installing mysql to /Users/dwhsix/clients/zmx/workspace/zmx2/chef-repo/cookbooks
Checking out the master branch.
Pristine copy branch (chef-vendor-mysql) exists, switching to it.
Downloading mysql from the cookbooks site at version 1.2.6 to /Users/dwhsix/clients/zmx/workspace/zmx2/chef-repo/cookbooks/mysql.tar.gz
Cookbook saved: /Users/dwhsix/clients/zmx/workspace/zmx2/chef-repo/cookbooks/mysql.tar.gz
Removing pre-existing version.
Uncompressing mysql version 1.2.6.
removing downloaded tarball
No changes made to mysql
Checking out the master branch.
ERROR: IOError: Cannot open or read /Users/dwhsix/clients/zmx/workspace/zmx2/chef-repo/cookbooks/mysql/metadata.rb!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment