Commit Graph

163 Commits

Author SHA1 Message Date
Jeff McCune
b3eb1642ae Merge branch 'comment/master/jre_vs_jdk'
* comment/master/jre_vs_jdk:
  Change jre and jdk booleans to a single string
2011-05-26 11:31:23 -07:00
Jeff McCune
867f8c524a Change jre and jdk booleans to a single string
Dan raised the comment in the previous patch set that it doesn't make
sense to provide two options and four states when there are really only
two possibilities; install the jre or the jdk.

This change removes the jdk and jre class parameters and replaces them
with a single distribution parameters.
2011-05-26 11:29:17 -07:00
Jeff McCune
292503aaf1 Re-version from 1.0.1 to 0.1.1 for semver 0.1.1 2011-05-25 16:31:09 -07:00
Jeff McCune
ef09ed0545 Update CHANGELOG for 1.0.1 2011-05-25 16:09:58 -07:00
Jeff McCune
ac7cdf8cce Merge branch 'feature/master/XXXX_validation'
* feature/master/XXXX_validation:
  Fixup validation for Puppet 2.6.8
  Add basic validation to class parameters
2011-05-25 16:09:31 -07:00
Jeff McCune
993b2e5e4c Fixup validation for Puppet 2.6.8
Anonymous arrays and comparing booleans does not work in 2.6.8 like they
do in master.  In 2.6.8 we cannot compare a true / false variable to a
string inside of Ruby without forcing the function argument to be a
string.
2011-05-25 16:07:10 -07:00
Jeff McCune
5bcc4df0c3 Add basic validation to class parameters 2011-05-25 13:46:10 -07:00
Jeff McCune
85a4f8fb1f Update CHANGELOG for 1.0.0 release 2011-05-24 14:10:13 -07:00
Jeff McCune
46fc64b641 Add JDK 1.6.0_25 as the default package
This adds a new java::jdk_package class and makes
the wrapper class default to this Java runtime.
2011-05-24 14:09:56 -07:00
Jeff McCune
dddbad11a9 Add .DS_Store to gitignore 2011-05-24 13:31:38 -07:00
Jeff McCune
860b400dbc Update CHANGELOG for 0.0.1 release
Also make sure module metadata is ready to go.
0.0.1
2011-05-24 11:56:15 -07:00
Jeff McCune
6e58695a1b Add JRE package management.
Add the ability to install the JRE package at version 1.6.0_25-fcs
2011-05-23 18:48:42 -07:00
Jeff McCune
55a2ab8b19 Initial commit 2011-05-23 18:12:37 -07:00