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 %}