X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/81f0aa67e3c0e400457194690888dfca3f213463..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 63c763af1..aa4c8e944 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -74,15 +74,6 @@ default_attributes( "net.core.default_qdisc" => "pfifo_fast" } } - }, - :sysfs => { - :cpufreq_ondemand => { - :comment => "Tune the ondemand CPU frequency governor", - :parameters => { - "devices/system/cpu/cpufreq/ondemand/up_threshold" => "25", - "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "100" - } - } } )