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
Copy file name to clipboardExpand all lines: REFERENCE.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,61 @@
4
4
5
5
## Table of Contents
6
6
7
+
### Data types
8
+
9
+
*[`Openvox_bootstrap::Cer_short_names`](#Openvox_bootstrap--Cer_short_names): Certificate extension request short names. These are the allowed short names documented for Puppet(TM) extension requests per [csr_attributes
Provides initial configuration for a freshly installed openvox-agent.
87
+
88
+
**Supports noop?** false
89
+
90
+
#### Parameters
91
+
92
+
##### `puppet_conf`
93
+
94
+
Data type: `Optional[Openvox_bootstrap::Ini_file]`
95
+
96
+
Hash of puppet configuration settings to write to the puppet.conf ini file. NOTE: This will completely overwrite any existing settings in the file; there is no merging behavior in this task.
97
+
98
+
##### `csr_attributes`
99
+
100
+
Data type: `Optional[Openvox_bootstrap::Csr_attributes]`
101
+
102
+
Hash of CSR attributes (custom_attributes and extension_requests) to write to the csr_attributes.yaml file. NOTE: This will completely overwrite any existing settings in the file; there is no merging behavior in this task.
103
+
104
+
##### `puppet_service_running`
105
+
106
+
Data type: `Boolean`
107
+
108
+
Whether the Puppet service should be running after this task completes. Defaults to true.
109
+
110
+
##### `puppet_service_enabled`
111
+
112
+
Data type: `Boolean`
113
+
114
+
Whether the Puppet service should be enabled to start on boot after this task completes. Defaults to true.
115
+
35
116
### <aname="install"></a>`install`
36
117
37
118
Installs an openvox package. By default, this will be the latest openvox-agent from the latest collection.
0 commit comments