chef pinto cookbook
Pinto is an application for creating and managing a custom CPAN-like repository of Perl modules. You may find many posts on it on the site. I love the idea of pinto, so decided to contribute in some way. So there is pinto cookbook - a chef cookbook to install and configures pinto applications. I hope this cookbook will be useful for pinto users and developers.
Thank you a lot. This might help me in the future. I will have a look at that.
But seems like one first needs to understand about this Chef stuff :-P
Ok (: Chef is cool open source tool for managing and configuring servers. Chef users may write various recipes (or installation scenarios) and distribute them as `cookbooks`, once one have specific cookbook he may run it on host (with chef client), to deploy, configure something. The only thing one should have is chef client installed on the host.