Hi Mark, looks you have a valid need for stages. http://docs.puppetlabs.com/references/latest/metaparameter.html#stage
You can run complete classes in a single stage. - Martin On Jul 16, 2013, at 5:13 PM, Mark Hatch <[email protected]> wrote: > I started making manifest that are classes so that I can declare them and > organize them with groups and nodes in puppet console. I have one > manifest/class that I want to run before anything. I know that there are > ways to order with require, before, subscribe, etc. But it seems that if I > did before, I would have to list all of the other classes that it should come > before. And if I add more classes, I would have to include those as well. > > Same thing with "subscribe". I would have to add subscribe to every class > that I want to happen after this first one. I could order with one > manifest/class, but then I can't organize things as granular in the puppet > console. > > Any way to accomplish what I am trying to do? Is it clear what I'm trying to > do? > > Thanks. > Mark > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/puppet-users. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
