Skip to content

Commit fe82630

Browse files
committed
Remove outdated parameter documentation for ssl_mutex
Since Apache 2.2 was dropped, the value is always the same. Fixes: cedd45b ("Drop Apache 2.2 support")
1 parent 9c73e67 commit fe82630

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

REFERENCE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6573,10 +6573,6 @@ Default value: `undef`
65736573
Data type: `String`
65746574

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

65816577
Default value: `'default'`
65826578

manifests/mod/ssl.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@
6767
#
6868
# @param ssl_mutex
6969
# Configures mutex mechanism and lock file directory for all or specified mutexes.
70-
# Default based on the OS and/or Apache version:
71-
# - RedHat/FreeBSD/Suse/Gentoo: 'default'.
72-
# - Debian/Ubuntu + Apache >= 2.4: 'default'.
73-
# - Debian/Ubuntu + Apache < 2.4: 'file:${APACHE_RUN_DIR}/ssl_mutex'.
7470
#
7571
# @param ssl_reload_on_change
7672
# Enable reloading of apache if the content of ssl files have changed. It only affects ssl files configured here and not vhost ones.

0 commit comments

Comments
 (0)