update documentation with puppet strings

This commit is contained in:
Cédric Bobinec
2021-04-02 12:20:13 +02:00
parent 7b8c7ba42f
commit 4e2217986e

View File

@@ -127,6 +127,7 @@ The following parameters are available in the `java::adopt` defined type:
* [`java`](#java) * [`java`](#java)
* [`proxy_server`](#proxy_server) * [`proxy_server`](#proxy_server)
* [`proxy_type`](#proxy_type) * [`proxy_type`](#proxy_type)
* [`url`](#url)
* [`basedir`](#basedir) * [`basedir`](#basedir)
* [`manage_basedir`](#manage_basedir) * [`manage_basedir`](#manage_basedir)
* [`package_type`](#package_type) * [`package_type`](#package_type)
@@ -189,6 +190,14 @@ Proxy server type (none|http|https|ftp). (passed to archive)
Default value: ``undef`` Default value: ``undef``
##### <a name="url"></a>`url`
Data type: `Any`
Full URL
Default value: ``undef``
##### <a name="basedir"></a>`basedir` ##### <a name="basedir"></a>`basedir`
Data type: `Any` Data type: `Any`
@@ -481,4 +490,3 @@ Data type: `Any`
The name for the optional symlink in the installation directory. The name for the optional symlink in the installation directory.
Default value: ``undef`` Default value: ``undef``