summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Lindström <lindztr@gmail.com>2012-07-01 10:26:39 +0200
committerAnton Lindström <lindztr@gmail.com>2012-07-01 10:26:39 +0200
commit6a440ec8c15d6e2c8bc0bc9cd6b85cc1c131d75d (patch)
treec4136a4ff41a0d1ed04473af0b870e4a5ccad3d8 /README.md
parent31b02647837955911253725ef789ec263c517e9e (diff)
add port option to rsyslog::client
This commit adds port option for the rsyslog::client class for servers not running on 514.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 741d93f..077735c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Manage rsyslog client and server via Puppet
log_auth_local => false,
custom_config => undef,
server => 'log',
+ port => '514',
}
```