Reference documentation?

Hi,

I’m learning to use chef, and was looking for documentation about
gem_package, but can’t seem to locate it.
I also wanted to add an apt repo with a chef recipe, but don’t find
the documentation about this either.

I muset have missed it, but I already lost an hour on this…

Thanks

Raph


Free Software Developers Meeting: http://www.fosdem.org

On Sat, Nov 13, 2010 at 3:26 AM, Raphael Bauduin rblists@gmail.com wrote:

I'm learning to use chef, and was looking for documentation about
gem_package, but can't seem to locate it.
I also wanted to add an apt repo with a chef recipe, but don't find
the documentation about this either.

gem_package is a shortcut to the gem provider for the package resource.

http://wiki.opscode.com/display/chef/Resources#Resources-Package

Bryan

For adding a repo check out the ubuntu cookbook

https://github.com/opscode/cookbooks/blob/master/ubuntu/recipes/default.rb

Joshua

On Nov 13, 2010, at 4:28 AM, Bryan McLellan btm@loftninjas.org wrote:

On Sat, Nov 13, 2010 at 3:26 AM, Raphael Bauduin rblists@gmail.com wrote:

I'm learning to use chef, and was looking for documentation about
gem_package, but can't seem to locate it.
I also wanted to add an apt repo with a chef recipe, but don't find
the documentation about this either.

gem_package is a shortcut to the gem provider for the package resource.

http://wiki.opscode.com/display/chef/Resources#Resources-Package

Bryan

On 13 Nov 2010, at 17:20, Joshua Miller wrote:

For adding a repo check out the ubuntu cookbook

https://github.com/opscode/cookbooks/blob/master/ubuntu/recipes/default.rb

Joshua

And if you want to be able to easily use a custom/local mirror check out https://github.com/ashb/cookbooks/blob/COOK-349/ubuntu/recipes/default.rb