]> git.openstreetmap.org Git - chef.git/commitdiff
device: fix scaling governor tuning typo
authorGrant Slater <git@firefishy.com>
Tue, 7 Jan 2020 11:25:51 +0000 (11:25 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 7 Jan 2020 11:25:51 +0000 (11:25 +0000)
cookbooks/hardware/attributes/default.rb

index 2619fd5497745302b051851d7e3d02ffa7fd6266..fdf843d63bca4ace317d6f36b3d6fc1616d6b0e6 100644 (file)
@@ -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"