Skip to content

Commit

Permalink
Merge pull request #2480 from ekohl/simplify-doc
Browse files Browse the repository at this point in the history
Remove outdated parameter documentation for ssl_mutex
  • Loading branch information
bastelfreak committed Oct 10, 2023
2 parents 8e1759d + fe82630 commit 8f44e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6573,10 +6573,6 @@ Default value: `undef`
Data type: `String`

Configures mutex mechanism and lock file directory for all or specified mutexes.
Default based on the OS and/or Apache version:
- RedHat/FreeBSD/Suse/Gentoo: 'default'.
- Debian/Ubuntu + Apache >= 2.4: 'default'.
- Debian/Ubuntu + Apache < 2.4: 'file:${APACHE_RUN_DIR}/ssl_mutex'.

Default value: `'default'`

Expand Down
4 changes: 0 additions & 4 deletions manifests/mod/ssl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
#
# @param ssl_mutex
# Configures mutex mechanism and lock file directory for all or specified mutexes.
# Default based on the OS and/or Apache version:
# - RedHat/FreeBSD/Suse/Gentoo: 'default'.
# - Debian/Ubuntu + Apache >= 2.4: 'default'.
# - Debian/Ubuntu + Apache < 2.4: 'file:${APACHE_RUN_DIR}/ssl_mutex'.
#
# @param ssl_reload_on_change
# Enable reloading of apache if the content of ssl files have changed. It only affects ssl files configured here and not vhost ones.
Expand Down

0 comments on commit 8f44e53

Please sign in to comment.