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

Commit 1f71434

Browse files
committed
Merge pull request #39 from jacksingleton/patch-1
Fix example code with custom update_version
2 parents 3bd7785 + 25c5b0d commit 1f71434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include java
1414

1515
## Parameters
1616

17-
You can customise this module by configuring some optional class parameters. Usually you'd do this via Hiera, but you could also explicitly pass those parameters in puppet code like `class { 'java': $update_version => '42', }`.
17+
You can customise this module by configuring some optional class parameters. Usually you'd do this via Hiera, but you could also explicitly pass those parameters in puppet code like `class { 'java': update_version => '42', }`.
1818

1919
* `update_version`: The 'update' part of the JRE/JDK version to install. For example, if you specify `51`, the module would install java 7u51
2020
* `base_download_url`: A base path from which the JRE and JDK packages should be downloaded. For example, if you specify `https://myorg.example/dist/java`, this module would download the jre from `https://myorg.example/dist/java/jre-7u51-macosx-x64.dmg`.

0 commit comments

Comments
 (0)