Tagged with opscode

Found the following pages that are tagged with "opscode".

Chef: Cook your own automated environment

Posted by Edmund Haselwanter on Mar 13, 2009
Tags: chef, environment 2.0, iclassify, opschef, opscode, opscookbook, puppet
Technorati Tags: , , , , , ,

There is a new kid on the configuration management block Chef from Opscode. Here is a blog post about Puppet vs. Chef.

Chef is kind of Puppet with integrated iClassify and a rubyish configuration DSL. No wonder, Adam Jacob joined forces on Chef.

You can find it on github

Extending Chef from Opscode with header params for http_request

Posted by Edmund Haselwanter on Jul 31, 2009
Tags: http_request, opschef, opscode
Technorati Tags: , ,

Added support for custom header options in chef for the http_request

Opscode Chef Ticket
Resolved on Github

Continue Reading…

webalizer cookbook and definition for chef from opscode

Posted by Edmund Haselwanter on Oct 13, 2009
Tags: apache2, chef, opschef, opscode, opscookbook, sysadmin
Technorati Tags: , , , , ,

Install and run the webalizer with Chef from Opscode

http://github.com/ehaselwanter/cookbooks/tree/COOK-195/webalizer

As DRY as possible ;-)

Continue Reading…

chef from opscode and the power of ruby

Posted by Edmund Haselwanter on Oct 14, 2009
Tags: chef, opschef, opscode, opscookbook, sysadmin
Technorati Tags: , , , ,

Recent releases of chef from opscode provide a new resource: ruby_block

This is really great news as this allows for interesting problem solving.

Consider you want to do a very special HTTP request. E.g. a GET to localhost but with custom “Host” header information.

Continue Reading…