On Thu, Jul 29, 2010 at 2:13 PM, bmort <[email protected]> wrote: > ... > debug: importing '/etc/puppet/modules/passenger/manifests/init.pp' > info: Autoloaded module passenger > Could not find resource type apache2::module at /etc/puppet/modules/ > passenger/manifests/init.pp:23 on node freebeerontuesdays.com
Have you also copied the apache2 puppet module into /etc/puppet/modules? Puppet is looking for a resource definition named apache2::module, which likely exists in the apache2 puppet module manifests directory as module.pp. Here, module is overloaded and module.pp is refering to an apache module, not a puppet module. -- Jeff McCune http://www.puppetlabs.com/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
