You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be asked in another ticket, but I'm not sure.
I have a git repo on github with a bunch of cookbooks in subdirectories. Right now, to use each of the custom cookbooks, I have to add a line in the Cheffile for each cookbook, like:
cookbook "fixie", :git => "https://github.com/joevandyk/chef-cookbooks", :path => "fixie"
# The above cookbook requires a bunch of other cookbooks in that git repo
cookbook "hostname", :git => "https://github.com/joevandyk/chef-cookbooks", :path => "hostname"
cookbook "apt", :git => "https://github.com/joevandyk/chef-cookbooks", :path => "apt"
# and so on for 20 more cookbooks...
Hi,
This might be asked in another ticket, but I'm not sure.
I have a git repo on github with a bunch of cookbooks in subdirectories. Right now, to use each of the custom cookbooks, I have to add a line in the Cheffile for each cookbook, like:
I'd really like a way for librarian to search https://github.com/joevandyk/chef-cookbooks for cookbooks before it searches the default opscode one.
The text was updated successfully, but these errors were encountered: