summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 12:53:55 +0200
committerMaciej Strzelecki <maciej@strzelecki.name>2014-04-28 12:53:55 +0200
commit0440153f0942f4882f6c97a0159ffd5583ab2cd4 (patch)
tree8ccb47025297585d9e52aa640f21f81f2c0caba1
parent94a71f9ed17bd6a8ac26312ca00d59633b41f04f (diff)
update README
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79997bf..ef16ddf 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,6 @@ Manage rsyslog client and server via Puppet
custom_config => undef,
server => 'log',
port => '514',
- preserve_fqdn => undef,
}
```
for read from file
@@ -155,7 +154,6 @@ The following lists all the class parameters this module accepts.
log_auth_local true,false Just log auth facility locally. Defaults to false.
custom_config STRING Specify your own template to use for client config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb
server STRING Rsyslog server to log to. Will be used in the client configuration file.
- preserve_fqdn true,false Whether or not to preserve the fully qualified domain name when logging.
log_templates HASH Provides a has defining custom logging templates using the `$template` configuration parameter.
actionfiletemplate STRING If set this defines the `ActionFileDefaultTemplate` which sets the default logging format for remote and local logging.