From c7ef4079ec105d8c40a8a77e0bdd2ff0b3104def Mon Sep 17 00:00:00 2001 From: Stefan Dietrich Date: Sat, 19 Oct 2013 19:49:48 +0200 Subject: [PATCH] Document new database_ssl option in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8db27c7..9e0e706 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,11 @@ The password for the database user (defaults to `puppetdb`; ignored for `embedde The name of the database instance to connect to (defaults to `puppetdb`; ignored for `embedded` db). +####`database_ssl` + +If true, puppetdb will use SSL to connect to the postgres database (defaults to false; ignored for `embedded` db). +Setting up proper trust- and keystores has to be managed outside of the puppetdb module. + ####`node_ttl` The length of time a node can go without receiving any new data before it's automatically deactivated. (defaults to '0', which disables auto-deactivation). This option is supported in PuppetDB >= 1.1.0.