[Puppet Users] n00b question - Does puppet monitor continuously ?

2010-11-16 Thread Ygor
Does something in the puppetmaster run the puppet modules/manifests
periodically ?
Or do I have to set up a cron job or something like that ?

Thanks.

-- 
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] n00b question - Does puppet monitor continuously ?

2010-11-16 Thread James Turnbull
Ygor wrote:
 Does something in the puppetmaster run the puppet modules/manifests
 periodically ?
 Or do I have to set up a cron job or something like that ?
 
 Thanks.
 

The puppetd / puppet agent daemon on the client runs every 30 minutes by
default.  You can configure this period using the runinterval
configuration option.  You can also run via cron if you prefer.

Regards

James Turnbull

-- 
Puppet Labs - http://www.puppetlabs.com
C: 503-734-8571

-- 
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.