Skip to content

Commit c2533bf

Browse files
committed
Merge pull request #137 from puppetlabs/1.3.x
1.3.x mergeback
2 parents ebbb97c + 798da77 commit c2533bf

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##2015-07-20 - Supported Release 1.3.1
2+
###Summary
3+
This release updates the metadata for the upcoming release of PE as well as an additional bugfix.
4+
5+
####Bugfixes
6+
- Fixes Puppet.newtype deprecation warning
7+
18
##2015-04-14 - Supported Release 1.3.0
29
###Summary
310
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

metadata.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-java_ks",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "puppetlabs",
55
"summary": "Manage arbitrary Java keystore files",
66
"license": "Apache-2.0",
@@ -93,14 +93,15 @@
9393
"requirements": [
9494
{
9595
"name": "pe",
96-
"version_requirement": "3.x"
96+
"version_requirement": ">= 3.0.0 < 2015.3.0"
9797
},
9898
{
9999
"name": "puppet",
100-
"version_requirement": "3.x"
100+
"version_requirement": ">= 3.0.0 < 5.0.0"
101101
}
102102
],
103103
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
104104
"dependencies": [
105+
105106
]
106107
}

0 commit comments

Comments
 (0)