Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
linux
/
b26f03851ffe81c5f3a73b2fedbe877c89e3b857
/
.
/
linux
/
system
/
cpu.sls
blob: 658457d1b480c7b3ae1ea0236824080367cf57b1 [
file
] [
log
] [
blame
]
{%-
from
"linux/map.jinja"
import
system
with
context
%}
{%-
if
system
.
cpu
.
governor
is
defined
%}
ondemand_service_disable
:
service
.
dead
:
-
name
:
ondemand
-
enable
:
false
{%-
endif
%}