Skip to content

Wsgi hash documentation - #2553

Open
virot wants to merge 4 commits into
puppetlabs:mainfrom
virot:wsgi-hash-documentation
Open

Wsgi hash documentation#2553
virot wants to merge 4 commits into
puppetlabs:mainfrom
virot:wsgi-hash-documentation

Conversation

@virot

@virot virot commented Jun 10, 2024

Copy link
Copy Markdown

Summary

The code says wsgi_daemon_process_options is depreciated

Has been since 0d5e0be

The documentation for that was reverted with 98cf15c

@virot
virot requested review from a team, bastelfreak, ekohl and smortex as code owners June 10, 2024 15:01
@CLAassistant

CLAassistant commented Jun 10, 2024

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread manifests/vhost.pp Outdated
Comment thread manifests/vhost.pp Outdated
Comment on lines +1193 to +1194
# processes => '2',
# threads => '15',

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if we can use integers? If so, this may be preferable for consistency (even if there is no actual check of the data type).

@virot

virot commented Jun 17, 2024

Copy link
Copy Markdown
Author

I updated the documentation to Integers instead of Strings.

virot and others added 4 commits August 31, 2026 15:21
Template does not care:
WSGIDaemonProcess <%= $key %> <%= join(sort($val.map |$k,$v| { "$k=$v"}), ' ') %>
Co-authored-by: Romain Tartière <romain@blogreen.org>
@jst-cyr
jst-cyr force-pushed the wsgi-hash-documentation branch from 75662a9 to 726186a Compare August 31, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

using wsgi_daemon_process_options logs a deprecation warning but the docs only show the deprecated usage

3 participants