Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
linux
/
c61c7d156677aec6fcb62526f4aec5f12ae392aa
/
.
/
linux
/
files
/
governor.conf.jinja
blob: 026a478d42a74c41ded47fb20e45f40fd841d414 [
file
] [
log
] [
blame
]
{%
for
cpu_core
in
range
(
salt
[
'grains.get'
](
'num_cpus'
,
1
))
%}
devices
/
system
/
cpu
/
cpu
{{
cpu_core
}}/
cpufreq
/
scaling_governor
=
{{
governor
}}
{%
endfor
%}