From 25c5b0d9fdc867a2c59b9cd6551170acad41232e Mon Sep 17 00:00:00 2001 From: Jack Singleton Date: Mon, 23 Jun 2014 12:15:36 -0700 Subject: [PATCH] Fix example code with custom update_version We had to remove the $ to use this example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3692f..dd65c5d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ include java ## Parameters -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', }`. +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', }`. * `update_version`: The 'update' part of the JRE/JDK version to install. For example, if you specify `51`, the module would install java 7u51 * `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`.