Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
PuppetDB
-
2
-
PuppetDB 2015-09-09
Description
In some of our other modules we use the following pattern for this
$jdbc_ssl_properties = "?ssl=true&sslfactory=org.postgresql.ssl.jdbc4.LibPQFactory&sslmode=verify-full&sslrootcert=${localcacert}"
|
That is to say maybe instead of the `database_ssl` bool there should just be a string args like `jdbc_ssl_properties` which we construct the subname from and `database_ssl` just equals `jdbc_ssl_properties == ''`.
Attachments
Issue Links
- relates to
-
PDB-1295 PR (170): Add subparam passing for advanced database SSL options. - jonkelleyatrackspace
-
- Closed
-