summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSaz <me@saz.sh>2011-12-04 23:33:00 +0100
committerSaz <me@saz.sh>2011-12-04 23:33:00 +0100
commit796cd0b06aeed6e2dd35bd8ea302f3da8db8be22 (patch)
treedd76e4d88af6612d55e3c4ddefb16eb4200b5f44 /manifests/client.pp
parentea7ceebe6f5efa4d0afb3ef89a0a89e9fba6d051 (diff)
Use TCP instead of RELP, as InputRELPServerBindRuleset requires version 6.3.6+, disable remote logging completely, switch between TCP and UDP logging
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 2b8bef3..6b71e9e 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -1,4 +1,4 @@
-class rsyslog::client ($log_local = false, $log_auth_local = false, $custom_config = undef, $server = 'log') inherits rsyslog {
+class rsyslog::client ($log_remote = true, $remote_type = 'tcp', $log_local = false, $log_auth_local = false, $custom_config = undef, $server = 'log') inherits rsyslog {
file { $rsyslog::params::client_conf:
ensure => present,
owner => root,