summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Modulefile2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Modulefile b/Modulefile
index 7b676f1..d62a344 100644
--- a/Modulefile
+++ b/Modulefile
@@ -3,6 +3,6 @@ version '2.0.0'
source 'UNKNOWN'
author 'saz'
license 'Apache License, Version 2.0'
-summary 'UNKNOWN'
+summary 'Manage rsyslog client and server'
description 'Manage rsyslog client and server via Puppet'
project_page 'https://github.com/saz/puppet-rsyslog'
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.