cookbook 'cpu', '= 0.1.0'
cpu
(18) Versions
0.1.0
-
Follow9
Manage CPU Governor on linux
cookbook 'cpu', '= 0.1.0', :supermarket
knife supermarket install cpu
knife supermarket download cpu
modules-cookbook
================
= DESCRIPTION:
Chef cookbook to manage CPU Governor on linux with cpufreq.
= REQUIREMENTS:
Linux 2.6+
tested on Ubuntu.
= ATTRIBUTES:
node['cpu']['governor']
= USAGE:
in a recipe:
node.set["node"]["cpu"]["governor"] = "performance"
include_recipe "cpu"
Dependent cookbooks
This cookbook has no specified dependencies.