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
Remove 10 settings absent from OpenVox generated config reference
Grep of the openvox-server source confirmed these settings have been
removed from the codebase entirely: bindaddress, ca, capass, caprivatedir,
configtimeout, masterhttplog, masterlog, rails_loglevel, railslog,
ssl_server_ca_auth.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Michael Harp <mike@mikeharp.com>
Copy file name to clipboardExpand all lines: docs/_openvox-server_8x/puppet_conf_setting_diffs.markdown
-44Lines changed: 0 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,6 @@ OpenVox Server honors almost all settings in puppet.conf and should pick them up
10
10
11
11
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
12
12
13
-
## `bindaddress`
14
-
15
-
OpenVox Server does not use this setting. To set the address on which the server listens, use either `host` (unencrypted) or `ssl-host` (SSL encrypted) in the
OpenVox Server does not use this setting. Instead, OpenVox Server acts as a certificate authority based on the certificate authority service configuration in the `ca.cfg` file. See
21
-
[Service Bootstrapping](./configuration.html#service-bootstrapping) for more details.
22
-
23
13
## `ca_ttl`
24
14
25
15
OpenVox Server enforces a max ttl of 50 standard years (up to 1576800000 seconds).
@@ -40,14 +30,6 @@ OpenVox Server copies the file for the `cacrl` setting, if one exists, over to t
40
30
Any CRL file updates from the OpenVox Server certificate authority---such as revocations performed via the `certificate_status` HTTP endpoint---use the `cacrl` setting in puppet.conf to determine the location
41
31
of the CRL. This is true regardless of the `ssl-` settings in webserver.conf.
42
32
43
-
## `capass`
44
-
45
-
OpenVox Server does not use this setting. OpenVox Server's certificate authority does not create a `capass` password file when the CA certificate and key are generated.
46
-
47
-
## `caprivatedir`
48
-
49
-
OpenVox Server does not use this setting. OpenVox Server's certificate authority does not create this directory.
50
-
51
33
## `daemonize`
52
34
53
35
OpenVox Server does not use this setting.
@@ -106,14 +88,6 @@ OpenVox Server uses the CA file defined for the `localcacert` setting in puppet.
106
88
107
89
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
108
90
109
-
## `masterhttplog`
110
-
111
-
OpenVox Server does not use this setting. You can configure a web server access log via the `access-log-config` setting in the [webserver.conf](./configuration.html#webserverconf) file.
112
-
113
-
## `masterlog`
114
-
115
-
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
116
-
117
91
## `masterport`
118
92
119
93
OpenVox Server does not use this setting. To set the port on which the server listens, set the `port` (unencrypted) or `ssl-port` (SSL encrypted) setting in the
@@ -123,14 +97,6 @@ OpenVox Server does not use this setting. To set the port on which the server li
123
97
124
98
OpenVox Server does not use this setting. For more information on the server logging implementation, see the [logging configuration section](./configuration.html#logging).
125
99
126
-
## `rails_loglevel`
127
-
128
-
OpenVox Server does not use this setting.
129
-
130
-
## `railslog`
131
-
132
-
OpenVox Server does not use this setting.
133
-
134
100
## `ssl_client_header`
135
101
136
102
OpenVox Server honors this setting only if the `allow-header-cert-info` setting in the `master.conf` file is set to 'true'. For more information on this setting, see the documentation on
@@ -141,11 +107,6 @@ OpenVox Server honors this setting only if the `allow-header-cert-info` setting
141
107
OpenVox Server honors this setting only if the `allow-header-cert-info` setting in the `master.conf` file is set to `true`. For more information on this setting, see the documentation on
OpenVox Server does not use this setting. It only considers the `ssl-ca-cert` setting from the webserver.conf file and the `cacert` setting from the puppet.conf file. See [`cacert`](#cacert) for more
147
-
information.
148
-
149
110
## `syslogfacility`
150
111
151
112
OpenVox Server does not use this setting.
@@ -156,11 +117,6 @@ OpenVox Server does not use this setting.
156
117
157
118
## HttpPool-Related Server Settings
158
119
159
-
## `configtimeout`
160
-
161
-
OpenVox Server does not currently consider this setting for any code running on the server and using the `Puppet::Network::HttpPool` module to create an HTTP client connection. This pertains, for example, to
162
-
any requests that the server would make to the `reporturl` for the `http` report processor. Note that Puppet agents do still honor this setting.
163
-
164
120
## `http_proxy_host`
165
121
166
122
OpenVox Server does not currently consider this setting for any code running on the server and using the `Puppet::Network::HttpPool` module to create an HTTP client connection. This pertains, for example, to
0 commit comments