Issue #12349 has been updated by Josh Cooper.
Test fixes merged in <https://github.com/puppetlabs/puppet/commit/5cc2cf7cb0604f476d11a724bc8e75746c5cbba6> ---------------------------------------- Feature #12349: Puppet module list should print out unsatisfied dependencies https://projects.puppetlabs.com/issues/12349 Author: Matt Robinson Status: Merged - Pending Release Priority: Normal Assignee: Matt Robinson Category: modules Target version: 2.7.11 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.
