summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
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: