On Tue, Mar 9, 2010 at 9:26 AM, christian <[email protected]> wrote: > I am using "require" for this problem...like in this case:
Exactly, if you have all of your dependencies modelled, everything should work in a single run. There may be too much output, but puppet has a --graph option that will output a dependency graph (as you have modelled it) in graphviz dot format, so if you'd like to look for missing relationships, that could be a very useful way to find them. --Michael -- 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.
