]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Rename the ucl-internal role to ucl-wates
[chef.git] / roles / base.rb
index 2e2805142627fe77dd359168d4b7c138a5795824..0875bdb4ded0d52a5176d4dcd9a3c1ad1ea6021d 100644 (file)
@@ -60,7 +60,7 @@ default_attributes(
       :comment => "Tune the ondemand CPU frequency governor",
       :parameters => {
         "devices/system/cpu/cpufreq/ondemand/up_threshold" => "25",
-        "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "10"
+        "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "100"
       }
     }
   }
@@ -79,5 +79,6 @@ run_list(
   "recipe[openssh]",
   "recipe[sysctl]",
   "recipe[sysfs]",
-  "recipe[tools]"
+  "recipe[tools]",
+  "recipe[fail2ban]"
 )