summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaron Hicks <hicksa@landcareresearch.co.nz>2014-02-04 17:11:27 +1300
committerAaron Hicks <hicksa@landcareresearch.co.nz>2014-02-04 17:11:27 +1300
commitc0a9ffc076e5bb3fb25103b0bf390b9dc7e756b1 (patch)
treed0893ebaf660e000514f1380c71b04a9ef532ce9 /README.md
parent336ef10c89724b13ed06a480243eef5b7a25a601 (diff)
Preserve FQDN parameter
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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
-------------------------------------------------------------------