berkshelf 3.0でのBerksfileの書き方

source "https://api.berkshelf.com/"
 
cookbook 'yum'
cookbook 'nginx'
cookbook 'memcached'
cookbook 'chef-hostname' , git: 'git://github.com/lxmx/chef-hostname.git'
cookbook 'mongodb', git: 'git://github.com/edelight/chef-mongodb.git'
cookbook 'tokyotyrant', git: 'git://github.com/DQNEO/chef-tokyotyrant.git'
こんな感じ。
冒頭の source "https://api.berkshelf.com/" は書かなくても大丈夫っぽい。
カテゴリ: