I've been trying to setup a chef server and supply it with the cookbooks form the opscode github page
http://github.com/opscode/cookbooks.git
I've cloned this repo and set it in both my server config and knife config
server.rb
cookbook_path [ '/opt/chef/cookbooks', '/opt/chef/site-cookbooks' ]
knife.rb
cookbook_path [ '/opt/chef/cookbooks', '/opt/chef/site-cookbooks']
Both directories contain the cookbooks from the repo, but cookbooks are visible either in the web-ui or via knife cookbook list. I'm pretty sure I have everything configured correctly as clients can connect and all the processes seem to be running (as per the server setp doc).
Anyone got this working and can set me on the right track to getting my cookbooks listed?
rgds,
ste