Issue #19573 has been reported by Patrick Otto. ---------------------------------------- Bug #19573: module tool fails to install correct version if a release candidate exists https://projects.puppetlabs.com/issues/19573
Author: Patrick Otto Status: Unreviewed Priority: Normal Assignee: Category: module tool Target version: Affected Puppet version: Keywords: Branch: The module tool fails to install versions that have a release candidate available. For example: <pre> $ puppet module install --modulepath $PWD/tmp --version=0.3.0 adrien/network Notice: Preparing to install into /foo/tmp ... Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... /foo/tmp └─┬ adrien-network (v0.3.0-rc1) ├── adrien-boolean (v0.9.0) └── adrien-filemapper (v1.1.1) </pre> It also thinks a newer version is available: <pre> $ puppet module install --modulepath $PWD/tmp --version=0.3.0 adrien/network Notice: Preparing to install into /foo/tmp ... Error: Could not install module 'adrien-network' (v0.3.0) Module 'adrien-network' (v0.3.0-rc1) is already installed Use `puppet module upgrade` to install a different version Use `puppet module install --force` to re-install only this module </pre> -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
