Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Flexible versions #32

Merged
merged 3 commits into from
Mar 18, 2014
Merged

Flexible versions #32

merged 3 commits into from
Mar 18, 2014

Conversation

dgoodlad
Copy link
Contributor

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',
}

This way, if people roll want to override which version their Boxen
installs, they can do so via hiera or explicit class parameters
dgoodlad added a commit that referenced this pull request Mar 18, 2014
@dgoodlad dgoodlad merged commit 3f9ba39 into master Mar 18, 2014
@lstoll
Copy link

lstoll commented Mar 19, 2014

6 hours before Java 8 shipped :trollface:

@dgoodlad dgoodlad deleted the flexible-versions branch March 19, 2014 08:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants