[Puppet Users] Re: Puppet 0.25 Client won't start "Retrieved certificate does not match private key"

2009-10-14 Thread Matt
FWIW - I currently see this error on around 30% of our EC2 nodes since moving to 0.25. We also use the rpm's provided for both client and master. The fix is for us to log on to the EC2 node, remove the cert, run a puppetca --clean on the master for the hostname, and then start puppet again on th

[Puppet Users] timeout settings

2009-10-14 Thread pinoyskull
Hi, Is there a way to increase the timeout settings in puppet when it comes to downloading huge file, Im talking of a 1.7GB file being downloaded using wget in a puppet manifest. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread Julian Simpson
Hi, [puppetd] is for the puppet process that runs on every puppet node. [puppetmasterd] is for the puppet master process. What is the issue with getting the client and server talking? What happens? J. 2009/10/14 Douglas Garstang : > > I'm getting really really frustrated with puppet. > > Why

[Puppet Users] Re: timeout settings

2009-10-14 Thread Carl.caum
exec { "foo": command => "wget http://foo/bar.tgz";, timeout => 0; } The type reference documentation describes the timeout parameter. On Oct 14, 2009, at 5:45 AM, pinoyskull wrote: > > Hi, > > Is there a way to increase the timeout settings in puppet when it > comes > to downloadi

[Puppet Users] Re: timeout settings

2009-10-14 Thread Trevor Vaughan
If it's in an exec: timeout => -1 Trevor On Wed, Oct 14, 2009 at 06:44, pinoyskull wrote: > > Hi, > > Is there a way to increase the timeout settings in puppet when it comes > to downloading huge file, Im talking of a 1.7GB file being downloaded > using wget in a puppet manifest. > > Thanks. >

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread Nigel Kersten
On Tue, Oct 13, 2009 at 4:07 PM, Douglas Garstang wrote: > > I'm getting really really frustrated with puppet. > > Why is it that when I install the puppet-server RPM, my default config > file in /etc/puppet/puppet.conf has a [puppetd] section and not a > [puppetmasterd] section? Isn't that what

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread Douglas Garstang
Can anyone in the know please help to clear this up? Does puppetmaster look for [puppetd] or [puppetmasterd] in /etc/puppet/puppet.conf ??? Doug. On Wed, Oct 14, 2009 at 5:37 AM, Nigel Kersten wrote: > > On Tue, Oct 13, 2009 at 4:07 PM, Douglas Garstang > wrote: >> >> I'm getting really reall

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread Nigel Kersten
On Wed, Oct 14, 2009 at 9:31 AM, Douglas Garstang wrote: > > Can anyone in the know please help to clear this up? > > Does puppetmaster look for [puppetd] or [puppetmasterd] in > /etc/puppet/puppet.conf ??? [puppetmasterd] I believe. That's what I always use on my servers. > > Doug. > > On We

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread Douglas Garstang
On Wed, Oct 14, 2009 at 9:35 AM, Nigel Kersten wrote: > > On Wed, Oct 14, 2009 at 9:31 AM, Douglas Garstang > wrote: >> >> Can anyone in the know please help to clear this up? >> >> Does puppetmaster look for [puppetd] or [puppetmasterd] in >> /etc/puppet/puppet.conf ??? > > [puppetmasterd] I be

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread Nigel Kersten
On Wed, Oct 14, 2009 at 9:51 AM, Douglas Garstang wrote: > > On Wed, Oct 14, 2009 at 9:35 AM, Nigel Kersten wrote: >> >> On Wed, Oct 14, 2009 at 9:31 AM, Douglas Garstang >> wrote: >>> >>> Can anyone in the know please help to clear this up? >>> >>> Does puppetmaster look for [puppetd] or [pupp

[Puppet Users] template scope.compiler.classlist.include problems/flapping

2009-10-14 Thread Jason Antman
Good Afternoon, all, I believe I posted something on this in the past, but didn't get many replies. I'm trying to manage some slightly different configs for different classes of hosts within templates using scope.compiler.classlist.include. Specifically, for example, all of our hosts have the sa

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-14 Thread Kim Gert Nielsen
Hi, can anyone using facts verify that what I'm doing should be correct ? On Oct 13, 2009, at 8:13 PM, desdic wrote: > > Hi, > > I have been trying to make facts work via modules (According to > http://reductivelabs.com/trac/puppet/wiki/PluginsInModules) but its > simply not working. I have bee

[Puppet Users] Puppet 0.25

2009-10-14 Thread Douglas Garstang
For what it's worth, I've been having a heck of a time getting puppetmaster and puppet to communicate over the last few days. I just went back to puppet 0.24.8 and it worked on the _very_ first attempt. In both instances the config files were generated from genconf. Methinks 0.25 is broken in some

[Puppet Users] Re: Problem distributing facts/or debugging

2009-10-14 Thread Nigel Kersten
On Wed, Oct 14, 2009 at 12:12 PM, Kim Gert Nielsen wrote: > > Hi, > > can anyone using facts verify that what I'm doing should be correct ? Does this shed light on things? http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments scroll to: "Plugins and Facts" > > On Oct 13, 2009

[Puppet Users] Re: Puppetmaster config

2009-10-14 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Douglas Garstang wrote: > On Wed, Oct 14, 2009 at 9:35 AM, Nigel Kersten wrote: >> On Wed, Oct 14, 2009 at 9:31 AM, Douglas Garstang >> wrote: >>> Can anyone in the know please help to clear this up? >>> >>> Does puppetmaster look for [puppetd] or [

[Puppet Users] Re: Puppet 0.25 Client won't start "Retrieved certificate does not match private key"

2009-10-14 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt wrote: > FWIW - > > I currently see this error on around 30% of our EC2 nodes since moving > to 0.25. We also use the rpm's provided for both client and master. > The fix is for us to log on to the EC2 node, remove the cert, run a > puppetca --

[Puppet Users] Re: Puppet 0.25

2009-10-14 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Douglas Garstang wrote: > For what it's worth, I've been having a heck of a time getting > puppetmaster and puppet to communicate over the last few days. I just > went back to puppet 0.24.8 and it worked on the _very_ first attempt. > In both instance

[Puppet Users] Re: Puppet 0.25 Client won't start "Retrieved certificate does not match private key"

2009-10-14 Thread Matt
2009/10/14 James Turnbull : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matt wrote: >> FWIW - >> >> I currently see this error on around 30% of our EC2 nodes since moving >> to 0.25.  We also use the rpm's provided for both client and master. >> The fix is for us to log on to the EC2 n

[Puppet Users] CA Not Found

2009-10-14 Thread Douglas Garstang
Can someone tell me what this means? I am getting this in /var/log/puppet/masterhttp.log on the server. [2009-10-14 15:07:35] DEBUG accept: 10.10.1.23:33626 [2009-10-14 15:07:35] ERROR `/production/certificate/ca' not found. [2009-10-14 15:07:35] DEBUG close: 10.10.1.23:33626 This is with puppet

[Puppet Users] Re: template scope.compiler.classlist.include problems/flapping

2009-10-14 Thread Andrew Shafer
That's a weird one. I'm assuming the other resources that are created for the fooClass get created? Possibly an issue with the scope lookup. Is there an open issue in redmine? On Wed, Oct 14, 2009 at 12:43 PM, Jason Antman wrote: > > Good Afternoon, all, > > I believe I posted something on

[Puppet Users] Re: template scope.compiler.classlist.include problems/flapping

2009-10-14 Thread Jason Antman
Yes, the other resources get created fine. As far as I can find, no. I didn't want to open an issue until I got some feedback from the community on whether or not anyone else has seen this behavior (no need to open an issue for something that someone knows was fixed). If I don't get any more res

[Puppet Users] Re: genconf generated config aborts

2009-10-14 Thread James Turnbull
2009/10/14 Paul Lathrop : > You misunderstand. Nigel and I are saying the generated config should > be known to *work*; it shouldn't have genconfig set to true in it. It > is counterintuitive for the output of --genconfig to be a config file > that will not start up a puppetmasterd in "normal" mod

[Puppet Users] Re: genconf generated config aborts

2009-10-14 Thread James Turnbull
2009/10/14 Douglas Garstang : > > Please don't strip it out. The documentation is terrible and this at > least gives me a known good working config. > Hi - please expand on the "Documentation is terrible" comment. :) How can we improve it? What's wrong with it? Where are the areas that you're