]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Add /usr/local/bin to PATH when creating statistics for svgo
[chef.git] / roles / ic.rb
index 5724b798ec4c92ffd0a26ab6d6a79c48de12afd7..2e63557d280bd7ea964f66010f5fda7074efc56d 100644 (file)
@@ -28,15 +28,6 @@ default_attributes(
         }
       }
     }
-  },
-  :sysfs => {
-    :cpufreq_ondemand_low => {
-      :comment => "Tune the ondemand CPU frequency governor for reduced scaling",
-      :parameters => {
-        "devices/system/cpu/cpufreq/ondemand/up_threshold" => "95",
-        "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "1"
-      }
-    }
   }
 )