From 4e2217986e648bbe259fccd8d5496199be3c5b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bobinec?= Date: Fri, 2 Apr 2021 12:20:13 +0200 Subject: [PATCH] update documentation with puppet strings --- REFERENCE.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/REFERENCE.md b/REFERENCE.md index 654ee16..61fdc79 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -127,6 +127,7 @@ The following parameters are available in the `java::adopt` defined type: * [`java`](#java) * [`proxy_server`](#proxy_server) * [`proxy_type`](#proxy_type) +* [`url`](#url) * [`basedir`](#basedir) * [`manage_basedir`](#manage_basedir) * [`package_type`](#package_type) @@ -189,6 +190,14 @@ Proxy server type (none|http|https|ftp). (passed to archive) Default value: ``undef`` +##### `url` + +Data type: `Any` + +Full URL + +Default value: ``undef`` + ##### `basedir` Data type: `Any` @@ -481,4 +490,3 @@ Data type: `Any` The name for the optional symlink in the installation directory. Default value: ``undef`` -