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
In particular, openvox-server lays down some settings in puppet.conf at
package installation time, so it would be best if this task didn't throw
out an existing puppet.conf. Using puppet-config set is safe (it's what
the openvox-server package uses); it does not trigger any of puppet's
auto certificate generation code the way an agent run does.
Copy file name to clipboardExpand all lines: tasks/configure.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
],
7
7
"parameters": {
8
8
"puppet_conf": {
9
-
"description": "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.",
9
+
"description": "Hash of puppet configuration settings to add to the puppet.conf ini file. These will be merged into the existing puppet.conf, if any.",
10
10
"type": "Optional[Openvox_bootstrap::Ini_file]"
11
11
},
12
12
"csr_attributes": {
13
-
"description": "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.",
13
+
"description": "Hash of CSR attributes (custom_attributes and extension_requests) to write to the csr_attributes.yaml file. NOTE: This will completely overwrite any pre-existing csr_attributes.yaml.",
0 commit comments