From c0a9ffc076e5bb3fb25103b0bf390b9dc7e756b1 Mon Sep 17 00:00:00 2001 From: Aaron Hicks Date: Tue, 4 Feb 2014 17:11:27 +1300 Subject: Preserve FQDN parameter --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6e46c0e..b9c2468 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Manage rsyslog client and server via Puppet custom_config => undef, server => 'log', port => '514', + preserve_fqdn => undef, } ``` for read from file @@ -88,6 +89,7 @@ The following lists all the class parameters this module accepts. server_dir STRING Folder where logs will be stored on the server. Defaults to '/srv/log/' custom_config STRING Specify your own template to use for server config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb' high_precision_timestamps true,false Whether or not to use high precision timestamps. + preserve_fqdn true,false Whether or not to preserve the fully qualified domain name when logging. RSYSLOG::CLIENT CLASS PARAMETERS VALUES DESCRIPTION ------------------------------------------------------------------- -- cgit v1.2.3