summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp22
1 files changed, 22 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index fd76f1e..74f839a 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -1,3 +1,25 @@
+# == Class: rsyslog::client
+#
+# Full description of class role here.
+#
+# === Parameters
+#
+# [*sample_parameter*]
+# [*log_remote*]
+# [*spool_size*]
+# [*remote_type*]
+# [*log_local*]
+# [*log_auth_local*]
+# [*custom_config*]
+# [*server*]
+# [*port*]
+#
+# === Variables
+#
+# === Examples
+#
+# class { 'rsyslog::client': }
+#
class rsyslog::client (
$log_remote = true,
$spool_size = '1g',