Created
July 21, 2013 07:22
-
-
Save ychubachi/6047808 to your computer and use it in GitHub Desktop.
Berkshelfが作ったCookbookの中身を理解する ref: http://qiita.com/ychubachi@github/items/d286ccab0fa0d501a45c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ berks cookbook precise |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
chef.run_list = [ | |
"precise" | |
] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment