Issue #14306 has been updated by Nan Liu.

Which version of puppet was clean added to puppet module?

<pre>
$ puppet module clean
err: 'module' has no 'clean' action.  See `puppet help module`.
$ puppet --version
2.7.14
$ puppet help module
USAGE: puppet module <action> 

This subcommand can find, install, and manage modules from the Puppet Forge,
a repository of user-contributed Puppet code. It can also generate empty
modules, and prepare locally developed modules for release on the Forge.

OPTIONS:
  --mode MODE                    - The run mode to use (user, agent, or master).
  --render-as FORMAT             - The rendering format to use.
  --verbose                      - Whether to log verbosely.
  --debug                        - Whether to log debug information.

ACTIONS:
  build        Build a module release package.
  changes      Show modified files of an installed module.
  generate     Generate boilerplate for a new module.
  install      Install a module from a repository or release archive.
  list         List installed modules
  search       Search a repository for a module.
  uninstall    Uninstall a puppet module.
  upgrade      Upgrade a puppet module.

See 'puppet man module' or 'man puppet-module' for full help.
</pre>
----------------------------------------
Bug #14306: puppet module tool version comparison issues.
https://projects.puppetlabs.com/issues/14306#change-62563

Author: Nan Liu
Status: Investigating
Priority: Normal
Assignee: Kelsey Hightower
Category: modules
Target version: 
Affected Puppet version: 2.7.14
Keywords: 
Branch: 


Manually installation from tar.gz of module prerelease to forge shows it's 
having odd problems with version comparison. 0.0.3 is not greater than 0.0.2.

<pre>
$ puppet module install puppetlabs-apt-0.0.3.tar.gz  --verbose
Preparing to install into /Users/nan/.puppet/modules ...
Downloading from http://forge.puppetlabs.com ...
Error: Could not install module 'puppetlabs-apt' (v0.0.3)
  No version of 'puppetlabs-apt' will satisfy dependencies
    You specified 'puppetlabs-apt' (v0.0.3)
    'puppetlabs-mongrodb' (v0.0.1) requires 'puppetlabs-apt' (>= 0.0.2)
    Use `puppet module install --force` to install this module anyway
</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.

Reply via email to