diff --git a/manifests/mod/itk.pp b/manifests/mod/itk.pp index 2d5bf04c1c..56edf7e68e 100644 --- a/manifests/mod/itk.pp +++ b/manifests/mod/itk.pp @@ -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 } } }