Remove Heka decoder tz handling
This is now handled by the Heka formula the same way for all the Heka sandbox
decoders. https://github.com/tcpcloud/salt-formula-heka/pull/20
diff --git a/linux/meta/heka.yml b/linux/meta/heka.yml
index a18a439..ecfd0a4 100644
--- a/linux/meta/heka.yml
+++ b/linux/meta/heka.yml
@@ -1,4 +1,3 @@
-{%- from "linux/map.jinja" import system with context %}
log_collector:
decoder:
system:
@@ -8,9 +7,6 @@
config:
syslog_pattern: '<%PRI%>%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg%\n'
fallback_syslog_pattern: '%TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg%\n'
- {%- if system.timezone is defined %}
- tz: "{{ system.timezone }}"
- {%- endif %}
input:
linux_log_stream:
engine: logstreamer