Let me start by saying, I am a puppet rookie. I am trying to get a passenger module working and receive the following messages. I am trying to figure understand where the ''resource type '' should be? Or, defined? Is it another module that I should included under puppet/modules ? the message: _________________ ... 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 ________________ from init.pp __________________ ... apache2::module { "passenger": ensure => present, require_package => "libapache2-mod- passenger"; } ... ------------------------------ regards, puppet_rookie __________________ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Thu, Jul 29, 2010 at 2:13 PM, bmort <propertywholesaler@gmail.com> 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.comHave 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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Possibly Parallel Threads
- Design, syntax question for passing values from node.pp
- The way Puppet installs things fail
- Duplicate definition on the same line and in the same file ?
- Puppet fails to install package, whilst it's okay to do manually
- Some php5 extensions not installed until a second run