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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to