Skip to content

Commit

Permalink
Set $ssl_mutex to default for Debian $apache_version > 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio committed Aug 6, 2014
1 parent 62dac65 commit 2093c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/ssl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

case $::osfamily {
'debian': {
if versioncmp($apache_version, '2.4') >= 0 and $::operatingsystem == 'Ubuntu' {
if versioncmp($apache_version, '2.4') >= 0 {
$ssl_mutex = 'default'
} elsif $::operatingsystem == 'Ubuntu' and $::operatingsystemrelease == '10.04' {
$ssl_mutex = 'file:/var/run/apache2/ssl_mutex'
Expand Down

0 comments on commit 2093c1e

Please sign in to comment.