Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

rhn-channels (6) Versions 1.1.0

Manages channel subscriptions to RHN satellite network.

Policyfile
Berkshelf
Knife
cookbook 'rhn-channels', '= 1.1.0', :supermarket
cookbook 'rhn-channels', '= 1.1.0'
knife supermarket install rhn-channels
knife supermarket download rhn-channels
README
Dependencies
Quality -%

rhn-channels Cookbook

This cookbook contains a LWRP to manage RHN channel subscriptions. This cookbook does not manage RHN node registration, for which you should use https://github.com/bflad/chef-rhn

Github repo: https://github.com/andrewfraley/chef-rhn-channels

Usage

LWRP

Add depends "rhn-channels" to your metadata.rb, then use the rhn_channel resource to add a channel to your system. Also see the included optional_repo.rb recipe for another example.

rhn_channel "rhel-x86_64-server-optional-6" do
    channel_name "rhel-x86_64-server-optional-6"
    username "RHNUSERNAME"
    password "RHNPASSWORD"
 end

Alternatively, you can set node['rhn-channels']['rhn_user'] and node['rhn-channels']['rhn_pass'] and simply do:
ruby
rhn_channel "rhel-x86_64-server-optional-6"

TODO

  • Add support for removing rhn-channels
  • Provide a list of available RHEL channels

License and Authors

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found