Skip to content

Instantly share code, notes, and snippets.

@someara
Created December 12, 2013 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save someara/76c4daf6ccfbd80ab42f to your computer and use it in GitHub Desktop.
Save someara/76c4daf6ccfbd80ab42f to your computer and use it in GitHub Desktop.
$ knife cookbook site download nginx
Downloading nginx from the cookbooks site at version 2.0.8 to /Users/someara/Downloads/nginx-2.0.8.tar.gz
Cookbook saved: /Users/someara/Downloads/nginx-2.0.8.tar.gz
$ tar xzf nginx-2.0.8.tar.gz
$ grep yum nginx/metadata.rb
depends 'yum', '< 3.0'
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment