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

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
* Add support for Java '7u67'
* Make Puppet Doc compliant with RDoc markup language
  • Loading branch information
antoineco committed Aug 11, 2014
1 parent 7a5f224 commit 888fc2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
###1.1.2

* Add support for Java '7u67'
* Make Puppet Doc compliant with RDoc markup language

###1.1.1
Expand Down
3 changes: 2 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if $version == '8' {
$version_real = '8u11'
} elsif $version == '7' {
$version_real = '7u65'
$version_real = '7u67'
} elsif $version == '6' {
$version_real = '6u45'
} else {
Expand All @@ -58,6 +58,7 @@
}
7 : {
case $min_version {
'67' : { $build = '-b01' }
'65' : { $build = '-b17' }
'60' : { $build = '-b19' }
'55' : { $build = '-b13' }
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"project_page": "https://github.com/tOnI0/aco-oracle_java",
"source": "git://github.com/tOnI0/aco-oracle_java.git",
"summary": "Puppet module to install Oracle Java on RPM-based Linux systems",
"version": "1.1.1",
"version": "1.1.2",
"tags": ["rpm","jre","jdk","oracle","java"],
"dependencies": [
{
Expand Down

0 comments on commit 888fc2d

Please sign in to comment.