Skip to content

Instantly share code, notes, and snippets.

@ychubachi
Created July 21, 2013 07:22
Show Gist options
  • Save ychubachi/6047808 to your computer and use it in GitHub Desktop.
Save ychubachi/6047808 to your computer and use it in GitHub Desktop.
Berkshelfが作ったCookbookの中身を理解する ref: http://qiita.com/ychubachi@github/items/d286ccab0fa0d501a45c
$ berks cookbook precise
name 'precise'
maintainer 'YOUR_NAME'
maintainer_email 'YOUR_EMAIL'
license 'All rights reserved'
description 'Installs/Configures precise'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
...
chef.run_list = [
"precise"
]
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment