Re: [Puppet Users] Unable to install Puppet Modules

212 views
Skip to first unread message
Message has been deleted

Dan White

unread,
Nov 26, 2013, 4:43:20 PM11/26/13
to puppet...@googlegroups.com
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)


From: "John Peck" <iam...@gmail.com>
To: puppet...@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...@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.

Ken Barber

unread,
Nov 26, 2013, 4:46:11 PM11/26/13
to Puppet Users
> 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.
Reply all
Reply to author
Forward
0 new messages