config syntax fixes
diff --git a/nova/files/heka.toml b/nova/files/heka.toml
index d4a6fe7..6be6305 100644
--- a/nova/files/heka.toml
+++ b/nova/files/heka.toml
@@ -4,7 +4,7 @@
log_directory = "/var/log/nova"
file_match = 'nova-compute\.log\.?(?P<Index>\d+)?(.gz)?'
priority = ["^Index"]
-decoder = openstack
+decoder = "openstack"
{%- endif %}
{%- if pillar.nova.controller is defined %}
@@ -13,10 +13,10 @@
log_directory = "/var/log/nova"
file_match = 'nova-scheduler\.log\.?(?P<Index>\d+)?(.gz)?'
priority = ["^Index"]
-decoder = openstack
+decoder = "openstack"
{%- endif %}
[openstack]
type = "SandboxDecoder"
-file_name = "lua_modules/openstack.lua"
+filename = "lua_modules/decoders/openstack.lua"