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

Commit 79662f5

Browse files
committed
fix typo and push v2.2.6
1 parent eff7c2d commit 79662f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###2.2.5
1+
###2.2.6
22

33
Fix conflict introduced by [nanliu-archive](https://forge.puppetlabs.com/nanliu/archive/changelog) v0.3.0
44

manifests/download.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
# download archive
34-
if $oracle_java::format == 'rpm' {
34+
if $oracle_java::format_real == 'rpm' {
3535
archive { "/usr/java/${oracle_java::filename}":
3636
cookie => 'oraclelicense=accept-securebackup-cookie',
3737
source => $oracle_java::downloadurl,

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"project_page": "https://github.com/antoineco/aco-oracle_java",
66
"source": "git://github.com/antoineco/aco-oracle_java.git",
77
"summary": "Puppet module to install Oracle Java on Linux systems",
8-
"version": "2.2.5",
8+
"version": "2.2.6",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{

0 commit comments

Comments
 (0)