Skip to content

Commit

Permalink
Merge pull request #1200 from edmundcraske/fix-freebsd-mpm_prefork
Browse files Browse the repository at this point in the history
Fix typo of MPM_PREFORK for FreeBSD package install
  • Loading branch information
bmjen committed Sep 14, 2015
2 parents 3e1f0c5 + 49fed02 commit 84bb0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
}
'worker': {
$set = 'MPM_WORKER'
$unset = 'MPM_PERFORK MPM_EVENT'
$unset = 'MPM_PREFORK MPM_EVENT'
}
'event': {
$set = 'MPM_EVENT'
$unset = 'MPM_PERFORK MPM_WORKER'
$unset = 'MPM_PREFORK MPM_WORKER'
}
'itk': {
$set = undef
Expand Down

0 comments on commit 84bb0fe

Please sign in to comment.