X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cb5f0da0d5c1e54318bb10ea9609b256876bce41..dbfe66d5c438af1b566ace0704631f40ae7cc050:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 2e2805142..0875bdb4d 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -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]" )