Also in 2.6 I have started using "stages" in my setups   In my site.pp file
I have something that looks like this:

stage { preamble: before => Stage[main] }
stage { postamble: require => Stage[main] }

class {
         "foo" : stage => preamble ;
         "bar": stage => postable;
}

Is it safe to assume that "foo" will always be managed during the preamble
stage regardless of other definitions?


-- 
Peter L. Berghold
Owner, Shark River Technical Solutions LLC

-- 
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.

Reply via email to