Skip to content

Commit 4e22179

Browse files
committed
update documentation with puppet strings
1 parent 7b8c7ba commit 4e22179

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

REFERENCE.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ The following parameters are available in the `java::adopt` defined type:
127127
* [`java`](#java)
128128
* [`proxy_server`](#proxy_server)
129129
* [`proxy_type`](#proxy_type)
130+
* [`url`](#url)
130131
* [`basedir`](#basedir)
131132
* [`manage_basedir`](#manage_basedir)
132133
* [`package_type`](#package_type)
@@ -189,6 +190,14 @@ Proxy server type (none|http|https|ftp). (passed to archive)
189190

190191
Default value: ``undef``
191192

193+
##### <a name="url"></a>`url`
194+
195+
Data type: `Any`
196+
197+
Full URL
198+
199+
Default value: ``undef``
200+
192201
##### <a name="basedir"></a>`basedir`
193202

194203
Data type: `Any`
@@ -481,4 +490,3 @@ Data type: `Any`
481490
The name for the optional symlink in the installation directory.
482491

483492
Default value: ``undef``
484-

0 commit comments

Comments
 (0)