Skip to content

Commit

Permalink
Merge pull request #810 from puphpet/mutex-debian
Browse files Browse the repository at this point in the history
ssl mutex directory needs to be set for Debian
  • Loading branch information
Morgan Haskel committed Aug 7, 2014
2 parents 70ccfdf + 2093c1e commit 1fce927
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 1fce927

Please sign in to comment.