blob: 9f212ca4903f28edd1915602bd848476a321259c [file] [log] [blame]
{%- for mutator in pillar.sensu.server.mutators %}
{%- if mutator_name == mutator.name %}
{
"mutators": {
"{{ mutator.name }}": {
"command": "{{ mutator.command }}"
}
}
}
{%- endif %}
{%- endfor %}