On 02/22/2013 07:19 PM, jcbollinger wrote: > So finally my conclusion is that when you declase a node, includes > order matters. > > > Yes, it does.
...but I'd argue that this should not be your final conclusion. It has been my experience (but this may be a question of manifest culture) that parse order cannot be predicted anymore once manifest complexity has reached a certain point. Think a network of dozens of modules that are intertwined. Therefor, what I take from reading this thread is: Do not try and build system configuration based on a list of included classes or similar meta-information. Instead, devise a mechanism that yields the needed information on a sound basis, that is less likely to break due to random manifest restructuring in the future. Cheers, Felix -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
