summaryrefslogtreecommitdiff
path: root/manifests/client.pp
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 /manifests/client.pp
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 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index ce882b5..ba8ebf4 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -4,7 +4,8 @@ class rsyslog::client (
$log_local = false,
$log_auth_local = false,
$custom_config = undef,
- $server = 'log'
+ $server = 'log',
+ $port = '514'
) inherits rsyslog {
file { $rsyslog::params::client_conf: