Issue #14939 has been reported by R.I. Pienaar. ---------------------------------------- Bug #14939: module tool fails with target dir "." https://projects.puppetlabs.com/issues/14939
Author: R.I. Pienaar Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.7.14 Keywords: Branch: Module tool fails with a target dir of ".": <pre> % puppet module install puppetlabs-stdlib -i . Downloading from http://forge.puppetlabs.com ... Error: undefined method `each' for nil:NilClass Error: Try 'puppet help module install' for usage </pre> Compared to the following which works fine: <pre> % puppet module install puppetlabs-stdlib -i `pwd` </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 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.
