Hi Puppet Users - Currently attempting to install puppet modules on a Security Onion virtual machine. Security Onion is based on Ubuntu 12.04. 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? Thanks! -- 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/3e438690-e43a-495f-8606-2780405d9ce4%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
First thing I''d suggest is doing the commands from a root shell. sudo su - puppet module install puppet/stdlib --debug --verbose I have found that doing commands on the "sudo-line" do not always behave themselves. “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) ----- Original Message ----- From: "John Peck" <iamreck@gmail.com> To: puppet-users@googlegroups.com Sent: Tuesday, November 26, 2013 11:36:42 AM Subject: [Puppet Users] Unable to install Puppet Modules Hi Puppet Users - Currently attempting to install puppet modules on a Security Onion virtual machine. Security Onion is based on Ubuntu 12.04. 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? Thanks! -- 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/3e438690-e43a-495f-8606-2780405d9ce4%40googlegroups.com . For more options, visit https://groups.google.com/groups/opt_out . -- 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/1549692805.4747643.1385484200378.JavaMail.root%40sz0126a.westchester.pa.mail.comcast.net. For more options, visit https://groups.google.com/groups/opt_out.
> 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 puppet-users+unsubscribe@googlegroups.com. 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.