Solved.
My workaround included manually downloading, importing and adding they
key to my keyring with the following set of commands:
wget http://apt.puppetlabs.com/pubkey.gpg
gpg --import pubkey.gpg
gpg -a --export 4BD6EC30 | apt-key add -
On Mar 22, 5:23 pm, weloki wrote:
> I do not hav
m, Nan Liu wrote:
> On Thu, Mar 22, 2012 at 8:37 AM, weloki wrote:
> > I've tried that and I still get:
>
> > Executing: gpg --ignore-time-conflict --no-options --no-default-
> > keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/
> > trustdb
l.sks-keyservers.net 4BD6EC30
gpg: requesting key 4BD6EC30 from hkp server pool.sks-keyservers.net
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
On Mar 21, 6:50 pm, Nan Liu wrote:
> On Wed, Mar 21, 2012 at 2:55 PM, weloki w
I'm running Ubuntu server 10.04 LTS and the public repo housing Puppet
is currently at 0.25.4-2ubuntu6.6. I want to run Puppet 2.7.12 but I'm
experiencing the following issues:
apt-get update throws this message...
W: GPG error: http://apt.puppetlabs.com lucid Release: The following
signatures cou
On Feb 24, 9:06 am, jcbollinger wrote:
> On Feb 23, 4:02 pm, weloki wrote:
>
> > Every time I try to do puppetd --test on a host to get configs from
> > the puppetmaster server it fails with this error:
>
> > Could not retrieve catalog from remote server: Conn
Every time I try to do puppetd --test on a host to get configs from
the puppetmaster server it fails with this error:
Could not retrieve catalog from remote server: Connection timed
out - connect(2)
Of course running it on the puppetmaster server itself works fine, so
it's some kind of netwo
I need to both build some new servers and rebuild some existing ones
keeping in mind I want to use Puppet. The question is which is the
best sequence to proceed with?
A) Develop modules one by one and make sure each component works, then
assemble and test modules that need to talk to each other an
r email:
>
> node default {}
> node basenode {
> }
>
> node 'puppet-client0.mydomain.com' inherits basenode {
>
> }
>
> Does it work when you explicitly define this node?
>
> node 'puppet.mydomain.com' {
>
> }
> On Tue, Nov 01, 2011 at 01
I'm running Ubuntu 10.04 LTS and I just installed Puppet and
puppetmasterd (both 0.25.4) along with the puppet-dashboard v1.2.0 and
Foreman 0.3. Puppet and the dashboard were working fine with just the
master server and a separate client until I installed and configured
Foreman. Now I keep getting