[Puppet Users] Re: Help importing public key to verify Puppet release

2012-04-20 Thread weloki
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

[Puppet Users] Re: Help importing public key to verify Puppet release

2012-03-22 Thread weloki
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

[Puppet Users] Re: Help importing public key to verify Puppet release

2012-03-22 Thread weloki
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

[Puppet Users] Help importing public key to verify Puppet release

2012-03-21 Thread weloki
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

[Puppet Users] Re: Connections from any host to puppetmaster server times out

2012-02-24 Thread weloki
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

[Puppet Users] Connections from any host to puppetmaster server times out

2012-02-23 Thread weloki
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

[Puppet Users] Best sequence for building/managing servers with Puppet?

2012-02-07 Thread weloki
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

[Puppet Users] Re: help with err: Could not find node

2011-11-01 Thread weloki
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

[Puppet Users] help with err: Could not find node

2011-11-01 Thread weloki
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