We've just released version 0.3.4 of the puppet-module tool used to
create and retrieve modules from the Puppet Labs Forge
(http://forge.puppetlabs.com).
You can update using Ruby gems:
$ gem install puppet-module
There are several important changes in this release:
* Add ability to install modules with hyphens
* Add check for symlink when installing
* Install modules to their name not "full name"
* Add semantic version support
The major functional difference is in how modules are installed, for
example a module named:
jamtur01-apache
Will now be installed into your module path as:
apache
You can find the code and full commit logs at:
https://github.com/puppetlabs/puppet-module-tool
Regards
James Turnbull
Reading the documentation so far, it looks like it has the option to query a different repository other than forge. The question I have is if we have modules that we need to host internally how can we serve them up to be searchable by PMT?
On Tuesday, August 9, 2011 6:47:59 PM UTC-4, James Turnbull wrote:Hi allWe've just released version 0.3.4 of the puppet-module tool used to
create and retrieve modules from the Puppet Labs Forge
(http://forge.puppetlabs.com).You can update using Ruby gems:
$ gem install puppet-module
There are several important changes in this release:
* Add ability to install modules with hyphens
* Add check for symlink when installing
* Install modules to their name not "full name"
* Add semantic version supportThe major functional difference is in how modules are installed, for
example a module named:jamtur01-apache
Will now be installed into your module path as:
apache
You can find the code and full commit logs at:
https://github.com/puppetlabs/puppet-module-tool
Regards
James Turnbull
--You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/nMXLUbPYvfgJ.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.