I think the parameter you're looking for is https://github.com/puppetlabs/puppetlabs-apache/#mpm_module
So: class { 'apache': mpm_module => 'prefork', } class { 'apache::mod::php': } or if you need to provide the prefork module custom parameters: class { 'apache': mpm_module => false, } class { 'apache::mod::prefork': startservers => '12', } class { 'apache::mod::php': } -Hunter On Thu, Jul 10, 2014 at 10:00 AM, Peter Berghold <salty.cowd...@gmail.com> wrote: > Have a bit of frustration here: I have a class I've written to install a > vhost based Wordpress site on a server. There will be serveral there. > > Since mod_php is needed I also need to install mod_prefork. > > I invoke the apache class thusly: > > class {'apache': > default_mods => false > } -> > class { 'apache::mod::prefork': } -> > class { 'apache::mod::php': } > > which to me means "don't load the worker mod but load apache2 then then > load the next two modules. > > I get: > > Error: Could not retrieve catalog from remote server: Error 400 on SERVER: > May not include both apache::mod::prefork and apache::mod::worker on the > same node at > /etc/puppet/environments/production/modules/apache/manifests/mod/prefork.pp:20 > on node mcadprod2.mca.sharkrivertech.com > Warning: Not using cache on failed catalog > Error: Could not retrieve catalog; skipping run > > which is not the result I expected. What am I missing here? > > -- > > Peter L. Berghold salty.cowd...@gmail.com > > http://blog.berghold.net > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAArvnv2Xox6CpNoz0uuQiThT9YNE9mGa-Qr1Bww%2Bs4XjbTgoiw%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAArvnv2Xox6CpNoz0uuQiThT9YNE9mGa-Qr1Bww%2Bs4XjbTgoiw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAJaQvGBsiT-7%3DFfN%2Bs16gDuP2K6n8%3DFvJRfdhRtJiQtyhL8-BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.