作業用ディレクトリを作る mkdir -p ~/tmp/vagrantmongo cd ~/tmp/vagrantmongo 以下、この作業用ディレクトリを起点にして作業します。 Berksfileを作る 作業用ディレクトリにBerksfileを作成します。 Berksfile cookbook 'mongodb', git: 'git://github.com/edelight/chef-mongodb.git' 記述するのはこの1行だけでOKです。 berksコマンドでcookbookたちを取得する $ berks vendor cookbooks Fetching 'mongodb' from git: 'git://github.com/edelight/chef-mongodb.git' with branch: 'master' building universe... Usi