On 10/1/2008 11:39 AM, dd-b wrote: > And, if that is the right general approach -- what flavor of *thingy* > should I be writing there? Is that a define, or a class, or a module, > or what?
Probably some of each, depending on what you need to do. A module is more or less an encapsulated set of classes, defines, files, templates, etc. that occupy a single directory tree. I wrote up my first module at http://blogs.cae.tntech.edu/mwr/2007/08/02/the-new-file-server-puppet-and-modules/ - and it's a combination of all of the above and may be a useful starting point. Its goal is to be the thingy that configures all my Amanda servers correctly. Honestly, I only have the one Amanda server, but it has three different configurations active at once, and I'd like to ensure that they're all done consistently. And I'd also like to ensure that my next Amanda server gets set up the right way as well. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---