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 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?
>>
>>
>>
> For this to work you'd also have to transfer all the manifests to the
> clients.
>
> --
> Joe McDonagh
> AIM: YoosingYoonickz
> IRC: joe-mac on freenode
> "When the going gets weird, the weird turn pro."
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



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/puppet/puppet.conf?

   
For this to work you'd also have to transfer all the manifests to the 
clients.


--
Joe McDonagh
AIM: YoosingYoonickz
IRC: joe-mac on freenode
"When the going gets weird, the weird turn pro."

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



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-client should have this effect.

Craig

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.