fix value name
diff --git a/rsyslog/files/rsyslog.conf b/rsyslog/files/rsyslog.conf
index 5ab2aa8..04b225c 100644
--- a/rsyslog/files/rsyslog.conf
+++ b/rsyslog/files/rsyslog.conf
@@ -34,7 +34,7 @@
# Use traditional timestamp format.
# To enable high precision timestamps, comment out the following line.
#
-$ActionFileDefaultTemplate {% if client.format is defined %}{{ client.format.name }},{{ client.format.value }}
+$ActionFileDefaultTemplate {% if client.format is defined %}{{ client.format.name }},{{ client.format.template }}
{% else %}
ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
{% endif %}