summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-08-15 11:59:18 +0200
committerSteffen Zieger <me@saz.sh>2014-08-15 11:59:18 +0200
commitb172590ccc27e46df668ecccb5da663d2cbc5508 (patch)
treefd5b0c2f1da526f52f44e5ff2fda55d10e8270ef
parentb822ab7bc506b2790c410f2bac4b87da81f3214b (diff)
fix bug in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ffd8181..d929286 100644
--- a/README.md
+++ b/README.md
@@ -161,7 +161,7 @@ The following lists all the class parameters this module accepts.
remote_forward_format STRING Which forward format for remote servers should be used. Only used if remote_servers is false.
log_local true,false Log locally. Defaults to false.
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
+ custom_config STRING Specify your own template to use for client config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb'
custom_params TODO TODO
server STRING Rsyslog server to log to. Will be used in the client configuration file. Only used, if remote_servers is false.
port '514' Remote server port. Only used if remote_servers is false.