I'm trying to install tomcat6 using opscode chef cookbook. I get following error.
Recipe: tomcat::default
* package[tomcat6] action install
* No version specified, and no candidate version available for tomcat6
================================================================================
Error executing action `install` on resource 'package[tomcat6]'
================================================================================
Chef::Exceptions::Package
-------------------------
No version specified, and no candidate version available for tomcat6
Apparently there is no package named tomcat6 when I try yum install tomcat6. How to fix this ? I tried adding yum and yum-epel cookbooks but they are not a solution as they over-write my yum files. Is there a way I can source the tomcat package from a zip file in a URL and install using that by modifying opscode cookbook ?