Issue #22282 has been updated by Alexander Fortin. Status changed from Unreviewed to Needs Decision
Can't reproduce it with 3.3.0 <pre> # ruby --version; puppet --version; HTTPS_PROXY=http://proxy.lan:3128 HTTP_PROXY=$HTTPS_PROXY puppet module install camptocamp/ruby ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] 3.3.0 Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... /etc/puppet/modules └─┬ camptocamp-ruby (v0.0.1) ├── camptocamp-buildenv (v0.0.2) └── puppetlabs-stdlib (v3.2.0) </pre> Maybe the version number has been fixed in the meanwhile? ---------------------------------------- Bug #22282: "Invalid version string '1'!" when using "puppet module install" https://projects.puppetlabs.com/issues/22282#change-98326 * Author: Christian Flamm * Status: Needs Decision * Priority: Normal * Assignee: * Category: module tool * Target version: * Affected Puppet version: 3.1.1 * Keywords: module install version * Branch: ---------------------------------------- Hi, when I'm trying to install a module (let's say camptocamp/ruby) I get a response which I don't understand. The environment is behind a proxy. > HTTPS_PROXY=http://proxy.<doesntmatter>.lan:3128 HTTP_PROXY=$HTTPS_PROXY puppet module install camptocamp/ruby Notice: Preparing to install into /opt/<doesntmatter>/dev/puppet/modules ... Notice: Downloading from https://forge.puppetlabs.com ... Error: Invalid version string '1'! Error: Try 'puppet help module install' for usage When I use `--force` it will install the module but won't care for its dependencies. Thanks, Christian. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
