> Currently attempting to install puppet modules on a Security Onion virtual > machine. Security Onion is based on Ubuntu 12.04.
A forked distro based on a forked distro, gotta love the turtles :-). > Puppet was installed using the puppetlabs-release-precise.deb file found on > apt.puppetlabs.com. > > Attempting to install a module results in the following error - > > user@user-virtual-machine:~$ sudo puppet module install puppet/stdlib > --debug --verbose > Notice: Preparing to install into /etc/puppet/modules ... > Notice: Downloading from https://forge.puppetlabs.com ... > Error: Could not execute operation for 'puppet/stdlib' > The server being queried was https://forge.puppetlabs.com > The HTTP response we received was '410 Gone' > The message we received said 'Module puppet/stdlib not found' > Check the author and module names are correct. > > user@user-virtual-machine:~$ sudo puppet help | tail -n 1 > Puppet v3.3.2 > > This machine is fully up to date. > > Any ideas why this might not be working or what I could do to further dig > into the issue? "puppet module install puppetlabs/stdlib" is the command you want, its puppetlabs not puppet :-). ken. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAE4bNT%3DYKQkPzKFM%2BHXpJ_VDh46whxHPJXn3UO%3DDShbEGRtUjw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
