summaryrefslogtreecommitdiff
path: root/tests/log_templates.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log_templates.pp')
-rw-r--r--tests/log_templates.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/log_templates.pp b/tests/log_templates.pp
new file mode 100644
index 0000000..79f1e8f
--- /dev/null
+++ b/tests/log_templates.pp
@@ -0,0 +1,9 @@
+class{'rsyslog::client':
+ log_templates => [
+ {
+ name => 'RFC3164fmt',
+ template => '<%PRI%>%TIMESTAMP% %HOSTNAME% %syslogtag%%msg%',
+ },
+ ],
+ actionfiletemplate => 'RFC3164fmt',
+} \ No newline at end of file