Skip to content

Commit

Permalink
Merge pull request #1182 from bmjen/fix-ci
Browse files Browse the repository at this point in the history
corrects mod_cgid worker/event defaults
  • Loading branch information
Morgan Haskel committed Aug 13, 2015
2 parents c137d26 + d4dbc72 commit 8ef4ee5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manifests/mod/cgid.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
case $::osfamily {
'FreeBSD': {}
default: {
if defined(Class['::apache::mod::worker']) {
Class['::apache::mod::worker'] -> Class['::apache::mod::cgid']
}
elsif defined(Class['::apache::mod::event']) {
if defined(Class['::apache::mod::event']) {
Class['::apache::mod::event'] -> Class['::apache::mod::cgid']
} else {
Class['::apache::mod::worker'] -> Class['::apache::mod::cgid']
}
}
}
Expand Down

0 comments on commit 8ef4ee5

Please sign in to comment.