Re: [Puppet Users] hosts update trouble

2010-01-26 Thread Christopher Johnston
Confused, does puppetrun require webrick or mongrel (please say no). # puppetrun --host labhost --ping --foreground --debug Failed to load ruby LDAP library. LDAP functionality will not be available debug: Parsing /etc/puppet/puppet.conf debug: Puppet::Network::Client::Runner: defining puppetrunne

Re: [Puppet Users] hosts update trouble

2010-01-26 Thread Eric Gerlach
On Sun, Jan 24, 2010 at 07:28:52PM -0600, Carl Caum wrote: > Add: > > ignoreschedules = true > > to your puppet.conf. I think you can also set > > listen = true > > and that will disable runs and just run when triggered by authorized nodes. > Others will know more about that than me. Anyon

Re: [Puppet Users] hosts update trouble

2010-01-25 Thread Ohad Levy
I can offer two more options.. 1. I didn't want to enable puppetd to start a whole webserver (puppetd starts a webrick when listen=true) esp due to the amount of memory used, so I wrote puppetlisten and puppetrun - which is based on a smaller footprint daemon which does more or less th

Re: [Puppet Users] hosts update trouble

2010-01-25 Thread Carl Caum
I think that's only true for doing a puppet run on ALL hosts or a group of hosts. For single host requests, puppetrun will work without using external nodes. On Jan 25, 2010, at 7:46 AM, Christopher Johnston wrote: > I thought puppetrun _requires_ putting all your nodes into LDAP? Is that not

Re: [Puppet Users] hosts update trouble

2010-01-25 Thread Christopher Johnston
I thought puppetrun _requires_ putting all your nodes into LDAP? Is that not the case anymore? (I am using version 0.24.8-4 from Fedora 10) -Chris On Sun, Jan 24, 2010 at 8:28 PM, Carl Caum wrote: > Add: > > ignoreschedules = true > > to your puppet.conf. I think you can also set > > listen =

Re: [Puppet Users] hosts update trouble

2010-01-24 Thread Carl Caum
Add: ignoreschedules = true to your puppet.conf. I think you can also set listen = true and that will disable runs and just run when triggered by authorized nodes. Others will know more about that than me. Anyone care to jump in? On Jan 22, 2010, at 7:14 PM, Christopher Johnston wrote: >

Re: [Puppet Users] hosts update trouble

2010-01-22 Thread Christopher Johnston
How do you disable autorun? Sent from my iPhone On Jan 22, 2010, at 3:29 PM, Carl Caum wrote: I've run in to the same problem. I've started to solve this problem by getting rid of puppetmasters and puppetd. Instead I'm building a new management tool called Puppeteer. I'm almost ready to

Re: [Puppet Users] hosts update trouble

2010-01-22 Thread Carl Caum
I've run in to the same problem. I've started to solve this problem by getting rid of puppetmasters and puppetd. Instead I'm building a new management tool called Puppeteer. I'm almost ready to begin testing, but it's not ready for others to try yet. I'll post to the list when it's read for

[Puppet Users] hosts update trouble

2010-01-13 Thread Arnauld
Hi, I do not know if it's a bug, a feature or something I didn't understood, but it's I can't update my clients hosts "synchronously". What I mean by "synchronously" is that when I push a new configuration on my master server, I do not know when my clients will be updated. And it also appears that