From 1cc671ad91e4333e8ee8b06972a1bdd363cf5197 Mon Sep 17 00:00:00 2001 From: "john.puskar" Date: Tue, 6 Jun 2017 18:41:48 -0400 Subject: [PATCH] Fixed another ldaps cert bug. --- Changelog.md | 3 +++ manifests/config.pp | 2 +- metadata.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3e879fb..2680095 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # puppet-cognos changelog +## v0.1.7 ++ Fixed another cert database syntax error. + ## v0.1.6 + Fixed ldaps cert database syntax error. diff --git a/manifests/config.pp b/manifests/config.pp index fc02f4a..4f2f9f3 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -149,7 +149,7 @@ } ) - nsstools::add_cert { $cur_cert[title]: + nsstools::add_cert { $cur_cert[source_file]: certdir => $cur_cert[cert_db_path], cert => $cur_cert[source_file], before => Exec['apply_new_cognos_config'], diff --git a/metadata.json b/metadata.json index 0e9914a..8538d73 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jpuskar-cognos", - "version": "0.1.6", + "version": "0.1.7", "author": "jpuskar", "summary": "Installs and configures Cognos.", "license": "Apache-2.0",