Hello All, Is there a way that I can change the check in time for puppetd (check in with puppet master)? I''ve looked through the docs and don''t seem to be able to find anything on that topic. Basically I''d like to be able to to change from the default 30 mins checkin time to let''s say 1 hr... Thanks, Henry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Sure, there''s a way to do that ... in puppet.conf [puppetd] runinterval = 60 you can do puppetd --genconfig to look at all the available options and their current values as set by the configuration file (or defaults, if not mentioned in the file). --Michael On Thu, May 27, 2010 at 11:42 AM, CraftyTech <hmmedina@gmail.com> wrote:> Hello All, > > Is there a way that I can change the check in time for puppetd > (check in with puppet master)? I''ve looked through the docs and don''t > seem to be able to find anything on that topic. Basically I''d like to > be able to to change from the default 30 mins checkin time to let''s > say 1 hr... > > Thanks, > Henry > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@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-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Thu, May 27, 2010 at 12:09 PM, Michael DeHaan <michael@puppetlabs.com> wrote:> Sure, there''s a way to do that ... in puppet.conf > > [puppetd] > runinterval = 60Sorry, you want 3600 here ... it''s specified in seconds. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thanks a lot, Henry On May 27, 12:09 pm, Michael DeHaan <mich...@puppetlabs.com> wrote:> On Thu, May 27, 2010 at 12:09 PM, Michael DeHaan <mich...@puppetlabs.com> wrote: > > Sure, there''s a way to do that ... in puppet.conf > > > [puppetd] > > runinterval = 60 > > Sorry, you want 3600 here ... it''s specified in seconds.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.