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.0

Manage modules on linux

Policyfile
Berkshelf
Knife
cookbook 'modules', '= 0.1.0', :supermarket
cookbook 'modules', '= 0.1.0'
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 in the _sysctl_ namespace, E.G.: <tt>default[:modules][:loop]</tt> 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 (previous save) module. # Attribute Parameters - variable: variable to manage. "net.ipv4.ip_forward", "vm.swappiness" ... - value: value to affect to variable. "1", "0" ... - path: path to a specific file # Examples modules_multi ------------ #Actions - :save: save and set a sysctl value (default) - :set: set a sysctl value - :remove: remove a (previous set) sysctl. # Attribute Parameters - instructions: hash with instruction {variable => value, variable2 => value2}. override use of "variable" and "value". - path: path to a specific file # 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