On Friday, June 19, 2015 at 12:26:42 PM UTC-5, Adaryl Wakefield wrote:
>
> My name node has 1TB of HD space and 30 gig of ram. Puppet isn't something 
> that's constantly running is it? Like it's not constantly pinging the agent 
> nodes?
>


In a master / agent configuration, the master operates strictly as a server 
-- it responds to requests from the agents, and does not otherwise 
communicate with them.  It is typical for the agents to issue catalog 
requests to the master periodically, at intervals of 30 minutes by 
default.  The agent is able to run as a local daemon to schedule this 
itself, or it can be scheduled via an external tool, such as 'cron'.

There was at one point a mechanism by which the master could be used to 
send a message to agents to induce them to immediately issue a fresh 
catalog request.  That required an opt-in on the agent side, and I am 
uncertain whether it is still present in Puppet 4.  PuppetLabs tends now to 
recommend MCollective for direct remote control.


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/dd0fb6f5-0a66-436d-a61a-f49832ae898e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to