I have a problem importing a class. Here''s they layout eucalyptus/manifests/init.pp (imports eucalyptus::ntp) eucalyptus/modules/ntp/manifests/init.pp (defines class eucalyptus::ntp) when I run puppet apply, specifying the modulepath to be the parent directory of "eucalyptus", I see this; Could not find class eucalyptus::ntp for eucahost-51-97.eucalyptus at /root/git/puppetlabs-eucalyptus/eucalyptus/manifests/init.pp:32 on node eucahost-51-97.eucalyptus Any thoughts? David -- 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 08/08/2011 05:55 PM, David Kavanagh wrote:> eucalyptus/modules/ntp/manifests/init.pp (defines class eucalyptus::ntp) >try putting <whatever>/eucalyptus/modules on your module path. -- vagn -- 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.
That didn''t help. I used a colon between the 2 paths in the --modulepaths param. I wonder if there''s a difference between how puppet apply works with a local modulepath vs running against a puppet master? In theory, no, from what I''m told, David On Tue, Aug 9, 2011 at 6:30 AM, vagn scott <vagnscott@gmail.com> wrote:> On 08/08/2011 05:55 PM, David Kavanagh wrote: >> >> eucalyptus/modules/ntp/manifests/init.pp (defines class eucalyptus::ntp) >> > > try putting > > <whatever>/eucalyptus/modules > > on your module path. > > -- > vagn > > -- > 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. > >-- 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.