Skip to content

Commit

Permalink
Merge pull request #1442 from synyx/mod_prefork_as_prequisite_of_mpm_itk
Browse files Browse the repository at this point in the history
dont fail if mpm_module is itk and class apache::mod::prefork is not defined
  • Loading branch information
DavidS committed May 24, 2016
2 parents c2374f4 + b27225e commit 9a5d4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/itk.pp
Expand Up @@ -25,7 +25,7 @@
}
} else {
if ! defined(Class['apache::mod::prefork']) {
fail('apache::mod::prefork is a prerequisite for apache::mod::itk, please arrange for it to be included.')
include ::apache::mod::prefork
}
}
}
Expand Down

0 comments on commit 9a5d4c6

Please sign in to comment.