Issue #12609 has been updated by Pieter van de Bruggen. Status changed from Accepted to In Topic Branch Pending Review Keywords changed from geordi to geordi v1
This has been implemented as described. ---------------------------------------- Bug #12609: The puppet module install command should print a tree diagram of the dependencies installed https://projects.puppetlabs.com/issues/12609#change-57588 Author: Matt Robinson Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: geordi v1 Branch: <pre> # puppet module install mylvmbackup /etc/puppet/modules └─┬ mylvmbackup (v1.1.0) ├── backup (v1.2.0) └─┬ mysql (v1.0.2) └── puppet (v1.0.1) </pre> Right now the output for installation is not in a tree view, it just logs the installs. It won't be that hard, but it will take a bit of time since the way the code is organized right now is to hand a flat list of install files to the Unpacker, so it might require some refactoring of the unpacker or logging before or after the things actually get installed. -- 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.
