Issue #12349 has been updated by Daniel Pittman. Assignee changed from Matt Robinson to Kelsey Hightower
---------------------------------------- Feature #12349: Puppet module list should print out unsatisfied dependencies https://projects.puppetlabs.com/issues/12349#change-59137 Author: Matt Robinson Status: Closed Priority: Normal Assignee: Kelsey Hightower Category: modules Target version: 2.7.12 Affected Puppet version: Keywords: geordi Branch: https://github.com/puppetlabs/puppet/pull/435 <pre> # puppet module list Missing dependency `backup` (v1.x): `mylvmbackup` (v1.1.0) requires `backup` (v1.x) /etc/puppet/modules ├── mylvmbackup (v1.1.0) ├── mysql (v1.0.2) └── puppet (v1.0.1) /usr/share/puppet/modules (no modules installed) </pre> I've made this a subtask of figuring out dependencies in general since some of the code here is something I think I might reuse for dependency checking with the install command. -- 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.
