RafaelGorski / VagrantChefHubot

Vagrant configuration using Chef Solo to bootstrap a Hubot using Skype as client.
http://bit.ly/1gLHVLE
6 stars 0 forks source link

Cookbook git not found #2

Closed chrise86 closed 11 years ago

chrise86 commented 11 years ago

Get this on vagrant up:

e-raising exception: Chef::Exceptions::CookbookNotFound
- Cookbook git not found.
If you're loading git from another cookbook,
make sure you configure the dependency in your metadata
RafaelGorski commented 11 years ago

Thanks for the test! You are right! I indicate inside the README the other cookbooks

$ mkdir cookbooks $ cd cookbooks $ git clone https://github.com/librato/nodejs-cookbook.git $ git clone https://github.com/opscode-cookbooks/build-essential.git $ git clone https://github.com/opscode-cookbooks/git.git $ git clone https://github.com/opscode-cookbooks/apt.git

Let me know if it is working now.

chrise86 commented 11 years ago

Thanks, that solved it!