File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
8
##2015 -04-14 - Supported Release 1.3.0
2
9
###Summary
3
10
Remove openssl command line tool from requirements
Original file line number Diff line number Diff line change 5
5
ensurable do
6
6
7
7
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
9
9
in keytool to determine if insync? returns true or false. We redefine
10
10
insync? for this paramerter to accomplish this.'
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-java_ks" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Manage arbitrary Java keystore files" ,
6
6
"license" : " Apache-2.0" ,
93
93
"requirements" : [
94
94
{
95
95
"name" : " pe" ,
96
- "version_requirement" : " 3.x "
96
+ "version_requirement" : " >= 3.0.0 < 2015.3.0 "
97
97
},
98
98
{
99
99
"name" : " puppet" ,
100
- "version_requirement" : " 3.x "
100
+ "version_requirement" : " >= 3.0.0 < 5.0.0 "
101
101
}
102
102
],
103
103
"description" : " Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore." ,
104
104
"dependencies" : [
105
+
105
106
]
106
107
}
You can’t perform that action at this time.
0 commit comments