diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 3 |
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: |