summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbob <bob@randomness.org.uk>2013-02-12 14:05:06 +0000
committerbob <bob@randomness.org.uk>2013-02-12 14:05:06 +0000
commitd1d35aea5850879a30f2168bd18344d08f8ef805 (patch)
tree10747501a066489edcb5f2b2dd6e047c1ba0effb /README.md
parented8d70fe1390932f18a5a8febc54b169d6cd233e (diff)
Update README.md
fix a typoed default
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d767c8..c4a4604 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ The following lists all the class parameters this module accepts.
-------------------------------------------------------------------
log_remote true,false Log Remotely. Defaults to true.
remote_type 'tcp','udp' Which protocol to use when logging remotely. Defaults to 'tcp'.
- log_local true,false Log locally. Defualts to 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
server STRING Rsyslog server to log to. Will be used in the client configuration file.