puppetlabs / puppet-adopt

0 stars 1 forks source link

puppet adopter should work with both author-module and author/module #13

Open LMacchi opened 8 years ago

LMacchi commented 8 years ago

If using a slash instead of the dash for the module name, this happens:

[root@master modules]# puppet adopter module puppetlabs/apache Notice: Preparing to run experiment for module 'puppetlabs/apache' Notice: Installing Modules... Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... Notice: Module puppetlabs/apache 1.10.0 is already installed. Could not find group with the name Adopter Experiment: puppetlabs/apache Notice: Creating new group for experiment... Notice: No class named "puppetlabs/apache" found, you need to add the correct class or classes to this group manually.

Should be an easy fix, just logging a ticket to remember to change it.

LMacchi commented 8 years ago

Submitted PR#14 to fix this