You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(doc) Add and test for current REFERENCE.md using puppet-strings
Adds a REFERENCE.md generated with puppet-strings, and minimal changes
needs to validate in the main pr_testing workflow that a given pr's
REFERENCE.md is up to date with the state of the module.
<!-- DO NOT EDIT: This document was generated by Puppet Strings -->
4
+
5
+
## Table of Contents
6
+
7
+
### Tasks
8
+
9
+
*[`install`](#install): Installs the openvox-agent package.
10
+
*[`install_build_artifact`](#install_build_artifact): Downloads and installs a package directly from openvox build artifact server. This can be used to help with testing builds prior to release.
11
+
12
+
## Tasks
13
+
14
+
### <aname="install"></a>`install`
15
+
16
+
Installs the openvox-agent package.
17
+
18
+
**Supports noop?** false
19
+
20
+
#### Parameters
21
+
22
+
##### `version`
23
+
24
+
Data type: `Optional[String]`
25
+
26
+
The version of the openvox-agent package to install. Defaults to latest.
27
+
28
+
##### `collection`
29
+
30
+
Data type: `Optional[String]`
31
+
32
+
The openvox collection to install from.
33
+
34
+
##### `apt_source`
35
+
36
+
Data type: `Optional[String]`
37
+
38
+
The apt source repository to retrieve deb packages from.
39
+
40
+
##### `yum_source`
41
+
42
+
Data type: `Optional[String]`
43
+
44
+
The yum source repository to retrieve rpm packages from.
Downloads and installs a package directly from openvox build artifact server. This can be used to help with testing builds prior to release. (To install a released version, use the openvox_bootstrap::install task.)
0 commit comments