LoginSignup
3
3

More than 5 years have passed since last update.

サードパーティのCookbookの管理をBundlerみたいに管理する

Posted at

berkshelfというツールを使う。

公式ドキュメント

install

$ gem install berkshelf

使い方

Berksfileを作成(Bundlerで言うGemfile)


site :opscode

cookbook 'yum'

インストールを実行(Bunlderで言うbundle install

$ berks install --path cookbooks

berkshelfで管理しているCookbookを確認

$ berks list
Cookbooks installed by your Berksfile:
  * yum (2.4.2)
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3