i am trying to install the tomcat6 module into the agent.i already download
module from puppetlab.and try to connect to server i am getting the
following error.
Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: No matching value for selector param 'undef' at
/etc/puppet/modules/yum_priorities/manifests/init.pp:19..
the init.pp file contains for yum_priorities
14 class yum_priorities {
15
16 $yum_priorities = $lsbmajdistrelease ? {
17 /4|6/ => 'yum-plugin-priorities',
18 '5' => 'yum-priorities',
19 }
20
21 package {$yum_priorities :
22 ensure => installed,
23 }
my site.pp file in manifest
27 node 'puppet_client'
28 {
29 include tomcat6
30 }
tomcat have dependency on yum_priorities
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-dev/-/d3F1GJzYst8J.
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-dev?hl=en.