summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasser Nabi <yassersaleemi@gmail.com>2014-07-12 20:32:49 +0100
committerYasser Nabi <yassersaleemi@gmail.com>2014-07-12 20:32:49 +0100
commitb0710e28aa6a1e17e8f02975043627936d2bf301 (patch)
tree09bf712e65e7929dbfc014b5fd4d168e65a4dfae
parenteb7c36ae207abbff4a5121dfff8456e3609df45f (diff)
Issue #84: Document *_package_name usage
Document that setting false for package_name prevents the modules from managing the package.
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8532a82..ffd8181 100644
--- a/README.md
+++ b/README.md
@@ -190,3 +190,13 @@ directory. i.e. www01 www02 and www02 would all log to the www directory.
To log each host to a seperate directory, set the custom_config parameter to
'rsyslog/server-hostname.conf.erb'
+
+If any of the following parameters are set to `false`, then the module will not
+manage the respective package:
+
+ gnutls_package_name
+ relp_package_name
+ rsyslog_package_name
+
+This can be used when using the adiscon PPA repository, that has merged rsyslog-gnutls
+with the main rsyslog package.