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