Re: [Puppet Users] Push changes to clients

2010-08-13 Thread Disconnect
FYI there is a script around somewhere that works with puppetrun - it is a very lightweight daemon that just listens for puppetrun requests and launches the full daemon. On Fri, Aug 13, 2010 at 9:04 AM, Joe McDonagh wrote: > On 08/13/2010 05:05 AM, ScubaDude wrote: > >> I was wondering how to con

Re: [Puppet Users] Push changes to clients

2010-08-13 Thread Joe McDonagh
On 08/13/2010 05:05 AM, ScubaDude wrote: I was wondering how to configure the puppet clients to only listen, not to periodically pull configs down from the puppetmaster. I'd rather push the configs out from the puppetmaster with puppetrun... At a guess I need to set runinterval to 0 in /etc/pup

Re: [Puppet Users] Push changes to clients

2010-08-13 Thread Craig Dunn
On Fri, Aug 13, 2010 at 10:05 AM, ScubaDude wrote: > I was wondering how to configure the puppet clients to only listen, > not to periodically pull configs down from the puppetmaster. > > I'd rather push the configs out from the puppetmaster with > puppetrun... > > Running puppetd with --no-clien

[Puppet Users] Push changes to clients

2010-08-13 Thread ScubaDude
I was wondering how to configure the puppet clients to only listen, not to periodically pull configs down from the puppetmaster. I'd rather push the configs out from the puppetmaster with puppetrun... At a guess I need to set runinterval to 0 in /etc/puppet/puppet.conf? -- You received this mes