boxen / puppet-java

Install Java
http://boxen.github.com
MIT License
13 stars 55 forks source link

Flexible versions #32

Closed dgoodlad closed 10 years ago

dgoodlad commented 10 years ago

Instead of having to make a release for every upstream version bump, this PR makes the version of Java configurable as class parameters:

Via Hiera


---
java::update_version: '51'

Via Puppet

class { 'java':
  $update_version => '51',
}
lstoll commented 10 years ago

6 hours before Java 8 shipped :trollface: