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 [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.