I found this, which helps. I'm going to try something based on it. http://projects.puppetlabs.com/issues/5709
On Mon, Mar 14, 2011 at 4:29 PM, David Kavanagh <[email protected]> wrote: > I understand how before, requires, etc work. I'm not quite so clear on > stages. > > I have many modules I've created for various configuration items. My > site.pp contains a class that simply includes them (some, based on facts). I > have a default node that includes the class. That's fine. However, I want to > ensure there is some order. I realize if I did this in the classes, I would > be letting some modules know about other modules. To me, that breaks the > encapsulation I've gained with the modules (to some extent). > What I'd like is to have "stages" and maybe the Puppet stages will work, > but I am not sure yet. I can group my modules into 3 groups (or stages). > Everything in the first stage must happen before the 2nd stage and then I > wish to run the final stage. Can anyone tell me a good way to do this? > > Thanks, > David > -- 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.
