The recent discussion of resource ordering has me wondering. Like, I suspect, many others, I''ve been caught out by Puppet dependencies being incorrectly specified. I''m not looking to change Puppet''s behaviour - I happen to think it is correct - but is there a way to output the dependency graph? I''m not looking for anything fancy: a raw text output is fine. Thanks, Keith --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Hi> The recent discussion of resource ordering has me wondering. Like, I > suspect, many others, I''ve been caught out by Puppet dependencies being > incorrectly specified. I''m not looking to change Puppet''s behaviour - I > happen to think it is correct - but is there a way to output the > dependency graph? I''m not looking for anything fancy: a raw text output is > fine.You can generate dot files for your catalog, which will show your dependecy cycle in an easy way to spot: http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference#graph http://reductivelabs.com/trac/puppet/wiki/FrequentlyAskedQuestions#how-do-i-use-puppet-s-graphing-support cheers pete --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Keith Edmunds wrote:> The recent discussion of resource ordering has me wondering. Like, I > suspect, many others, I''ve been caught out by Puppet dependencies being > incorrectly specified. I''m not looking to change Puppet''s behaviour - I > happen to think it is correct - but is there a way to output the > dependency graph? I''m not looking for anything fancy: a raw text output is > fine. >See http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference. The graph and graphdir options. Regards James Turnbull - -- Author of: * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) * Pulling Strings with Puppet (http://tinyurl.com/pupbook) * Pro Nagios 2.0 (http://tinyurl.com/pronagios) * Hardening Linux (http://tinyurl.com/hardeninglinux) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFKbEBW9hTGvAxC30ARAg7VAJ0Q9Tx4snZ6CtWDGdOTKD23sypp5ACgmxHZ BmF057pr23r7WqBJdaiU+ms=Lggf -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---