On Sat, 14 Mar 2009 08:24:21 +1100, [email protected] said: > require => Class[Y] > > Works fine for me.
Unless I'm mistaken, I can't apply that statement to a the current class (to ensure that all of class Y is executed before this class starts). I have to add that to one of the elements of this class, and the only way to ensure that all of class Y is executed before any of the current class is to have every element of the current class ultimately depend on class Y, either directly or indirectly. Or am I wrong? Keith --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
