I am new to chef. I am trying to run the cookbook weblogic that I downloaded from the CHEF supermarket.
under cookbook, I have both weblogic & java
when I run chef-solo, it is giving the error. chef::Exception::RecipeNotFound could not find recipe default for cookbook java
my solo.json has only the following: How should I modify the below to fix this? Any info would be great. thanks.
{"run_list": [ "recipe[weblogic]"]}