[Puppet Users] New CA, why do clients with old certs still work?

2012-04-13 Thread Chip Schweiss
I'm in the process of scalling my puppet master to two server with a separate CA. My plan was to establish a new CA and reissue certificates. Part way through the process I noticed a behavior that seems a bit alarming. With one of my clients pointing to the new CA and new Puppetmaster but with

Re: [Puppet Users] Infiniband and Puppet - Strange Messages

2012-01-03 Thread Billy The Chip
Hi, On Tue, Jan 3, 2012 at 5:47 AM, Nigel Kersten wrote: > This is actually in Facter. > > Can you bug report here please? > > http://projects.puppetlabs.com/projects/facter/issues > > I just found that there already is a related bug report: http://projects.puppetlabs.com/issues/1415 Gerald If

Re: [Puppet Users] Puppet runs in test mode but hangs as service

2011-11-14 Thread Chip Schweiss
ss is something updated that is now causing puppet to hang when set to listen. I'll post back if I find more. I'll submit a bug if I can isolate it. -Chip On Fri, Nov 11, 2011 at 11:19 AM, Chip Schweiss wrote: > Yes the lock file is created immediately and never runs. The logs repor

Re: [Puppet Users] Puppet runs in test mode but hangs as service

2011-11-11 Thread Chip Schweiss
and another where puppet daemon will > work for awhile, then fail, leaving puppetdlock file. Do you have a > puppetdlock file left after your daemon has been running long enough to try > to run? It may be immediately, but we use splay, so have to wait awhile. > > > On Fri, No

Re: [Puppet Users] Puppet runs in test mode but hangs as service

2011-11-11 Thread Chip Schweiss
1 at 3:23 PM, Chip Schweiss wrote: > >> This is on Centos 5.7 with puppet 2.6.9. This installation has been >> running for about a year and now nearly all my hosts are hanging. >> >> Running 'puppetd --test' or 'puppetd --test --debug' executes >>

[Puppet Users] Puppet runs in test mode but hangs as service

2011-11-10 Thread Chip Schweiss
This is on Centos 5.7 with puppet 2.6.9. This installation has been running for about a year and now nearly all my hosts are hanging. Running 'puppetd --test' or 'puppetd --test --debug' executes successfully every time. However when the puppet service is started it will create the lock file (/v

Re: [Puppet Users] Passing variables between stages

2011-07-08 Thread Chip Schweiss
ould understand that in puppet everything is 'set' before anything is > 'done'. > Stages just help to order the 'get it done' part. > > So the answer to your question about "a method to access a variable" is: > just access it! > >

[Puppet Users] Passing variables between stages

2011-07-07 Thread Chip Schweiss
I'm looking for a method to access a variable set in my main state from a class in my post stage? Is this possible? Any know way of passing the information? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to p

Re: [Puppet Users] Variable inheritance in Stages

2011-05-25 Thread Chip Schweiss
my network class I want to use deploy_* variables defined in the node. I not sure how to get puppet to always load the node definition before all other classes. Almost seems like a bug. -Chip -- You received this message because you are subscribed to the Google Groups "Puppet Users" gro

[Puppet Users] Variable inheritance in Stages

2011-05-23 Thread Chip
I have pre, main, and post stages configured in my manifests. When I assign variables in the node declaration they are present in the main stage, but not my pre-stage. How do I assign variables at the node level that can be referenced in my pre stage? -Chip Schweiss -- You received this

Re: [Puppet Users] Logging configuration

2011-04-20 Thread Billy The Chip
On Tue, Apr 19, 2011 at 6:30 AM, Ben Hughes wrote: > On Mon, Apr 18, 2011 at 09:16:13AM -0700, Kal McFate wrote: > > > How do I tell puppet to log somewhere other than /var/log/messages. None > of > > the logging configuration options seem to do anything any more. > Specifically > > puppetdlog. >

[Puppet Users] Accessing data in a hash

2011-02-04 Thread Chip
I have a hash with network information structured as such: $networkinfo = { 'machine1.domain.local' => { eth0 => { ip => '192.168.1.50', mask => '255.255.255.0', gw => '192.168.1.254' }, eth1 => { ip => '192.168.2.68', mask => '255.255.255.0' } }, 'machine2.domain.local' =

Re: [Puppet Users] puppet meet-up in Vienna?

2010-12-01 Thread Billy The Chip
Hi, On Tue, Nov 30, 2010 at 10:52 PM, Dan Bode wrote: > Hi, > > Anyone have interest in a puppet meet-up in Vienna? I will be in the area > for the holidays and would love to meet up with local puppet users to chat > about Puppet/Linux and such. I am thinking about the 20th of December. > > rega