From 6a440ec8c15d6e2c8bc0bc9cd6b85cc1c131d75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Lindstro=CC=88m?= Date: Sun, 1 Jul 2012 10:26:39 +0200 Subject: add port option to rsyslog::client This commit adds port option for the rsyslog::client class for servers not running on 514. --- manifests/client.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') 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: -- cgit v1.2.3