This might help you: http://docs.puppetlabs.com/learning/
Lots of people seem to have a structure so that /etc/puppet/manifests/site.pp does this: import "nodes/*" And then your node definitions are in separate files in /etc/puppet/manifests/nodes. Of course, each to their own. Maybe you like a different system. On Tue, Nov 01, 2011 at 09:46:56AM -0500, neubyr wrote: > I am trying to understand Puppet's Ruby DSL. I have tried it in > server-less mode using 'puppet apply' and it worked fine. But I am not > sure how to organize it in the server. It is a simple manifest file > without any modules and classes in it. Should it go in the regular > manifests directory (which already contains few manifests in Puppet > DSL)? > > - thanks, > neuby.r > > -- > 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. > > -- 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.
