Great, it works like a charm. Cheers,
Henry On Jun 11, 11:50 am, Nigel Kersten <[email protected]> wrote: > On Fri, Jun 11, 2010 at 8:47 AM, CraftyTech <[email protected]> wrote: > > Hello All, > > > newbie question here....: > > So I have: > > /etc/puppet/modules/foo > > /etc/puppet/modules/foo/manifests/init.pp > > /etc/puppet/modules/foo/manifests/something.pp > > > something.pp: class something{} > > init.pp: class foo { > > include foo::something > > {} > > } > > > For some reason, I still get: "Error 400 on SERVER: Could not find > > class foo::something" > > > What am I missing here? > > something.pp should be: > > class foo::something { ... } > > > > > Thanks in advance. > > > Henry > > > -- > > 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 > > athttp://groups.google.com/group/puppet-users?hl=en. > > -- > nigel -- 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.
