Skip to content

Commit

Permalink
Merge pull request #612 from domcleal/f19-ssl
Browse files Browse the repository at this point in the history
Ensure socache_shmcb is enabled on all Apache 2.4 OSes
  • Loading branch information
igalic committed Feb 7, 2014
2 parents cf7eff9 + 04ddeaa commit d1b17a8
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 @@ -27,7 +27,7 @@

apache::mod { 'ssl': }

if $apache_version >= 2.4 and $::operatingsystem == 'Ubuntu' {
if $apache_version >= 2.4 {
apache::mod { 'socache_shmcb': }
}

Expand Down

0 comments on commit d1b17a8

Please sign in to comment.