commit | 3769f9588e987fa35f33b27301e77ffe1c1e6869 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed May 10 16:05:04 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed May 10 16:05:04 2017 +0200 |
tree | 64b6d54ba0e720f5bd78656c5a2d883f79489ad9 | |
parent | e422b20eab7ff3dbb400a9653a93e67e41a049ca [diff] |
fix syntax on meta/heka.yml
diff --git a/heka/meta/heka.yml b/heka/meta/heka.yml index 5f6b102..fb05ef0 100644 --- a/heka/meta/heka.yml +++ b/heka/meta/heka.yml
@@ -103,7 +103,7 @@ module_file: /usr/share/lma_collector/decoders/collectd.lua module_dir: /usr/share/lma_collector/common;/usr/share/heka/lua_modules config: - hostname: '{{ grains.fqdn.split('.')[0] }}' + hostname: "{{ grains.fqdn.split('.')[0] }}" swap_size: {{ salt['ps.swap_memory']()['total'] }} metric: engine: sandbox