Skip to content

Commit

Permalink
Merge pull request #7 from jpuskar/0_1_7
Browse files Browse the repository at this point in the history
Fixed another ldaps cert bug.
  • Loading branch information
jpuskar authored Jun 6, 2017
2 parents 8dfffc8 + 1cc671a commit 92cf5db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 92cf5db

Please sign in to comment.