X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c34c0969a192095cd810973c194a3fef5ef4f5f8..ac7b87133f56d8f338d80e9a6880c80b676ab779:/cookbooks/hardware/attributes/default.rb diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 2619fd549..fdf843d63 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -38,7 +38,7 @@ elsif node[:kernel][:modules].include?("i6300esb") default[:hardware][:watchdog] = "none" end -if File.exist?("sys/devices/system/cpu/cpu0/cpufreq/scaling_governor") && +if File.exist?("/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor") && File.read("/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor").chomp == "ondemand" default[:sysfs][:cpufreq_ondemand][:comment] = "Tune the ondemand CPU frequency governor" default[:sysfs][:cpufreq_ondemand][:parameters][:"devices/system/cpu/cpufreq/ondemand/up_threshold"] = "25"