summaryrefslogtreecommitdiff
path: root/tests/multiple_hosts.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiple_hosts.pp')
-rw-r--r--tests/multiple_hosts.pp18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/multiple_hosts.pp b/tests/multiple_hosts.pp
index 0852047..9e5a60e 100644
--- a/tests/multiple_hosts.pp
+++ b/tests/multiple_hosts.pp
@@ -1,17 +1,17 @@
-class{'rsyslog::client':
+class { 'rsyslog::client':
remote_servers => [
{
- host => 'logs.example.org',
+ host => 'logs.example.org',
},
{
- port => '55514',
+ port => '55514',
},
{
- host => 'logs.somewhere.com',
- port => '555',
- pattern => '*.log',
- protocol => 'tcp',
- format => 'RFC3164fmt',
+ host => 'logs.somewhere.com',
+ port => '555',
+ pattern => '*.log',
+ protocol => 'tcp',
+ format => 'RFC3164fmt',
},
]
-} \ No newline at end of file
+}