summaryrefslogtreecommitdiff
path: root/tests/log_templates.pp
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-09-05 15:20:08 +0200
committerSteffen Zieger <me@saz.sh>2014-09-05 15:20:08 +0200
commita403c09e75ed7e50497b6ccf467dc50c63244942 (patch)
treebad94ca0efe848d2626abc752c302373d189b7f5 /tests/log_templates.pp
parentb172590ccc27e46df668ecccb5da663d2cbc5508 (diff)
fix some lint warnings, fixes #100
Diffstat (limited to 'tests/log_templates.pp')
-rw-r--r--tests/log_templates.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/log_templates.pp b/tests/log_templates.pp
index 79f1e8f..a6bf75b 100644
--- a/tests/log_templates.pp
+++ b/tests/log_templates.pp
@@ -1,4 +1,4 @@
-class{'rsyslog::client':
+class { 'rsyslog::client':
log_templates => [
{
name => 'RFC3164fmt',
@@ -6,4 +6,4 @@ class{'rsyslog::client':
},
],
actionfiletemplate => 'RFC3164fmt',
-} \ No newline at end of file
+}