Issue #12609 has been updated by Kelsey Hightower.
Hopefully we can simply this a bit:
# puppet module install mylvmbackup
/etc/puppet/modules
mylvmbackup (v1.1.0)
backup (v1.2.0)
mysql (v1.0.2)
puppet (v1.0.1)
I think that would work and be just a effective. Just my two cents.
----------------------------------------
Bug #12609: The puppet module install command should print a tree diagram of
the dependencies installed
https://projects.puppetlabs.com/issues/12609#change-54920
Author: Matt Robinson
Status: Accepted
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version:
Keywords: geordi
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.