]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Add role for odin
[chef.git] / roles / base.rb
index 63c763af109c7467984c3454fa44a9c392a1e187..aa4c8e94472ae29cfd0a72bd130fd31ac693e522 100644 (file)
@@ -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"
-      }
-    }
   }
 )