Skip to content

Commit

Permalink
Remove obsolet unit test for function unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Betz committed May 17, 2024
1 parent a20b720 commit 2a4d6e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
19 changes: 0 additions & 19 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ that store groups.
### Functions

* [`icingaweb2::pick`](#icingaweb2--pick): This function returns first parameter if set.
* [`icingaweb2::unwrap`](#icingaweb2--unwrap): This function returns an unwrap string if necessary.

### Data types

Expand Down Expand Up @@ -4407,24 +4406,6 @@ Data type: `Any`



### <a name="icingaweb2--unwrap"></a>`icingaweb2::unwrap`

Type: Puppet Language

This function returns an unwrap string if necessary.

#### `icingaweb2::unwrap(Optional[Variant[String, Sensitive[String]]] $arg = undef)`

The icingaweb2::unwrap function.

Returns: `Any` The unwraped string.

##### `arg`

Data type: `Optional[Variant[String, Sensitive[String]]]`



## Data types

### <a name="Icingaweb2--AdminRole"></a>`Icingaweb2::AdminRole`
Expand Down
16 changes: 0 additions & 16 deletions functions/unwrap.pp

This file was deleted.

0 comments on commit 2a4d6e9

Please sign in to comment.