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

The modules cookbook has been deprecated

Author provided reason for deprecation:

The modules cookbook has been deprecated and is no longer being maintained by its authors. Use of the modules cookbook is no longer recommended.

You may find that the kernel-modules cookbook is a suitable alternative.

RSS

modules (4) Versions 0.1.3

Manage modules on linux

Policyfile
Berkshelf
Knife
cookbook 'modules', '= 0.1.3', :supermarket
cookbook 'modules', '= 0.1.3'
knife supermarket install modules
knife supermarket download modules
README
Dependencies
Quality -%

modules-cookbook

= DESCRIPTION:
Chef cookbook to manage linux modules with /etc/modules and modprobe (linux 2.6 +)

= REQUIREMENTS:

Linux 2.6+
Ubuntu >9.10 (for the moment. use upstart and not init, any contribution is welcome)

= ATTRIBUTES:
node['modules'] = A namespace for modules settings.

= USAGE:
There are two ways of setting sysctl values:
1. Set chef attributes, E.G.:
default['modules']['loop']
2. With Ressource/Provider

Resource/Provider

This cookbook includes LWRPs for managing:
* modules
* modules_multi

modules

Actions

  • :save: save and load a module (default)
  • :load: load a module
  • :remove: remove a (previously saved or load) module.

Attribute Parameters

  • module
  • options
  • path

Examples

modules "8021q" do
  action :load
end

modules_multi

Actions

  • :save: save and load modules (default)
  • :remove: remove (previously saved or load) modules.

Attribute Parameters

  • modules
  • path

Examples

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

aufs Applicable Versions
device-mapper Applicable Versions
docker Applicable Versions
gateway Applicable Versions
kvm Applicable Versions
netconsole Applicable Versions
network_interfaces Applicable Versions
network_interfaces_v2 Applicable Versions

No quality metric results found