add precise timestamp config example
diff --git a/tests/pillar/client_single.sls b/tests/pillar/client_single.sls
index 3868fea..5daa71b 100644
--- a/tests/pillar/client_single.sls
+++ b/tests/pillar/client_single.sls
@@ -1,7 +1,7 @@
-rsyslog:
- client:
- enabled: true
- format:
- name: TraditionalFormatWithPRI
- template: '"%pri-text%: %timegenerated% %HOSTNAME% %syslogtag%%msg:::drop-last-lf%\n"'
+ rsyslog:
+ client:
+ enabled: true
+ format:
+ name: TraditionalFormatWithPRI
+ template: '"%syslogpriority% %syslogfacility% %timestamp:::date-rfc3339% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n"'