blob: dda138c86c501446e725418b6ffa455e5ae66dac [file] [log] [blame]
Ales Komarekc9a3eb12016-10-12 11:17:55 +02001{%- if pillar.heka.aggregator is defined %}
2
3include:
4- heka._common
5
Swann Croisetd843a992016-11-16 09:37:19 +01006{%- from "heka/map.jinja" import aggregator with context %}
7{%- set server = aggregator %}
Ales Komarekc9a3eb12016-10-12 11:17:55 +02008{%- set service_name = "aggregator" %}
9
10{%- include "heka/_service.sls" %}
11
12{%- endif %}