Fix issue with endif in heka.yml
Early the one endif in heka.yml has been missed, this commit fixes it.
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 %}