Librarian-chef を使い、bundlerのように必要なcookbookを管理する。 Chefのセットアップ 毎度つかうものなので、git clone一発でchef-client系をセットアップ出来るようにした。 Ubuntu: https://github.com/higanworks/chef-with-ruby_precise-x86_64 CentOS: https://github.com/higanworks/chef-with-ruby_CentOS-x86_64 セットアップはREADMEにあるようにコマンド2つ。 $ apt-get install git $ git clone https://github.com/higanworks/chef-with-ruby_`lsb_release -cs-uname -i`.git /opt/ruby-chef <