Adding chef cookbooks from github
I've downloaded a number of cookbooks from the opscode site using the command: knife cookbook site install git for example. However now I would like to download a cookbook from a repository on github into my current cookbooks directory. How should I go about doing this? should I just clone the repository into my cookbooks directory? Thank you! You coould install the knife github plugin from https://github.com/websterclay/knife-github-cookbooks , after which you could simply use knife cookbook github install cookbooks/yum to install yum from https://github.com/cookbooks/yum . However, I would