Skip to content

Commit 7321599

Browse files
committed
Merge pull request #138 from bmjen/rebase-master
Rebase from master
2 parents 70b01bd + 3cdff04 commit 7321599

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ bugfixes and a metadata update to support Puppet Enterprise 2015.3.x.
1313
####Test Improvements
1414
- Improves Windows testing.
1515

16+
##2015-07-20 - Supported Release 1.3.1
17+
###Summary
18+
This release updates the metadata for the upcoming release of PE as well as an additional bugfix.
19+
20+
####Bugfixes
21+
- Fixes Puppet.newtype deprecation warning
22+
1623
##2015-04-14 - Supported Release 1.3.0
1724
###Summary
1825
Remove openssl command line tool from requirements

lib/puppet/type/java_ks.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ensurable do
66

77
desc 'Has three states: present, absent, and latest. Latest
8-
will compare the on disk MD5 fingerprint of the certificate and to that
8+
will compare the on disk MD5 fingerprint of the certificate to that
99
in keytool to determine if insync? returns true or false. We redefine
1010
insync? for this paramerter to accomplish this.'
1111

0 commit comments

Comments
 (0)