Issue #12394 has been updated by Daniel Pittman.
I think this is a fine idea; the system already has a `dot` format output, so you should be able to ask any face for dot output. Despite the comment in `lib/puppet/network/formats.rb`, this really just involves implementing a `to_dot` method on the object that you return from your method, and having that do the right thing to produce dot output. ---------------------------------------- Feature #12394: `puppet module list` should support `dot` as an output format https://projects.puppetlabs.com/issues/12394 Author: Pieter van de Bruggen Status: Accepted Priority: Normal Assignee: Category: Target version: 2.7.x Affected Puppet version: Keywords: Branch: Given the complexity of some of our module hierarchies, and the amount of elision we are sometimes forced to do, providing the dependency graph as a visualizable graph feels like a nice touch. In closing, # puppet module list --format dot | neato -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
