Merge pull request #80 from ityaptin/fix_heka_configs

Fix issue with endif in heka.yml
diff --git a/heka/meta/heka.yml b/heka/meta/heka.yml
index 6f935ae..0910676 100644
--- a/heka/meta/heka.yml
+++ b/heka/meta/heka.yml
@@ -218,6 +218,7 @@
       preserve_data: false
       message_matcher: "Type == 'notification' && Fields[event_type] =~ /create.end$/"
 {%- endif %}
+{%- endif %}
 {%- if remote_collector.influxdb_host is defined or remote_collector.elasticsearch_host is defined %}
   encoder:
 {%- if remote_collector.influxdb_host is defined %}