This repository was archived by the owner on Dec 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ##2015 -07-03 - Release 1.0.0
2+
3+ ####Summary
4+
5+ Remove hiera backend, enhanced to take build hash to figure out url for a given instance
6+
7+ #####Features
8+ - Broke out to several different manifests
9+ - Moved hiera backend to params class
10+ - Default arch to systems $::architecture
11+
12+ ##2014 -10-11 - Release 0.3.0
13+
14+ ####Summary
15+
16+ Add versions and fix cookie
17+
18+ ####Bug fixes
19+ - Add missing ensure parameter
20+
Original file line number Diff line number Diff line change 11{
22 "name" : " cyberious-windows_java" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 1.0 .0" ,
44 "author" : " cyberious" ,
55 "summary" : " Windows Oracle Java" ,
66 "license" : " Apache-2.0" ,
77 "source" : " git@github.com:cyberious/puppet-windows_java.git" ,
88 "project_page" : " https://github.com/cyberious/puppet-windows_java.git" ,
99 "issues_url" : " https://github.com/cyberious/puppet-windows_java/issues" ,
1010 "description" : " Download and Install Oracle Java JDK" ,
11+ "tags" : [
12+ " java" ,
13+ " jdk"
14+ ],
1115 "operatingsystem_support" : [
1216 {
1317 "operatingsystem" : " Windows" ,
2327 ]
2428 }
2529 ],
30+ "requirements" : [
31+ {
32+ "name" : " puppet" ,
33+ "version_requirement" : " >= 3.3.0 < 5.0.0"
34+ }
35+ ],
2636 "dependencies" : [
2737 {
2838 "name" : " badgerious/windows_env" ,
You can’t perform that action at this time.
0 commit comments