Puppet Muppet
2013-Nov-13 20:45 UTC
[Puppet Users] puppet module list error: Error: No source module metadata provided for mcollective
Hi, I''m new to Puppet and having some trouble running the following commands on my Puppet Server. #puppet module list or #puppet module install puppetlabs/apt I get the following error. Notice: Preparing to install into /etc/puppetlabs/puppet/modules ... Error: No source module metadata provided for mcollective Error: Try ''puppet help module install'' for usage The version I am running is Puppet v3.3.1 (Puppet Enterprise 3.1.0) Would you be able to point me in the right direction please. Many thanks! PM -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f266dbde-a194-4872-9f6c-78456769c24e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Ashley Penney
2013-Nov-14 21:54 UTC
[Puppet Users] Re: puppet module list error: Error: No source module metadata provided for mcollective
Hi! I''m afraid this was mostly my fault, we released a version of mcollective without some needed metadata and recently changes made this more problematic than it used to be. I''ve uploaded a new release so you should be able to fix this with: puppet module uninstall puppetlabs-mcollective puppet module install puppetlabs-mcollective If the uninstall step doesn''t work, just rm -rf /etc/puppetlabs/puppet/modules/mcollective altogether to force the issue. After this is done you should have v1.1.3 and things should work better! On Wednesday, November 13, 2013 3:45:49 PM UTC-5, Puppet Muppet wrote:> > Hi, > > I''m new to Puppet and having some trouble running the following commands > on my Puppet Server. > > #puppet module list > or > #puppet module install puppetlabs/apt > > I get the following error. > > Notice: Preparing to install into /etc/puppetlabs/puppet/modules ... > Error: No source module metadata provided for mcollective > Error: Try ''puppet help module install'' for usage > > The version I am running is Puppet v3.3.1 (Puppet Enterprise 3.1.0) > > Would you be able to point me in the right direction please. > > Many thanks! > PM > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/56073e65-a2cb-4a18-82e1-7abf643f52d2%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.