summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-07-15 11:14:26 +0200
committerSteffen Zieger <me@saz.sh>2014-07-15 11:14:26 +0200
commit881d3b94c1574aced6d384de228c0ec4d59d66b5 (patch)
treee34abd6b2ad0c2208dda8c9b931180d1e5159bf8
parentf7ea36df85711b5248cfbe2c6948e2836a85c4eb (diff)
parentb0710e28aa6a1e17e8f02975043627936d2bf301 (diff)
Merge pull request #89 from yasn77/document_package_name_usage
Issue #84: Document *_package_name usage
-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.