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

Commit 3a2a773

Browse files
committed
Merge pull request #35 from boxen/java7u55
Set the default version to Java 7u55
2 parents 3f9ba39 + dd75822 commit 3a2a773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# include java
66
class java (
7-
$update_version = '51',
7+
$update_version = '55',
88
$base_download_url = 'https://s3.amazonaws.com/boxen-downloads/java'
99
) {
1010
include boxen::config

0 commit comments

Comments
 (0)