Without changing the normal 30 minutes timer, I was wondering if there was a way to have a puppet MASTER force a client to reload somehow? Here is why - I am giving my help desk access to a webpage on a puppet Master. It will allow them to edit a single file. I need that file to update to the specific client as soon as it is saved. Because of security issues, I can''t put the page on the client directly, it has to be pushed out to the client from the master. Any thoughts? I do have nagios and puppet running, and was trying to brainstorm a way to use the two in conjunction to make this happen, but I guess I am missing something. Then again, there may not be a way?? ~J~ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi> Without changing the normal 30 minutes timer, I was wondering if there > was a way to have a puppet MASTER force a client to reload somehow?puppetrun is your friend. cheers pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jewels wrote:> Without changing the normal 30 minutes timer, I was wondering if there > was a way to have a puppet MASTER force a client to reload somehow? > > Here is why - I am giving my help desk access to a webpage on a puppet > Master. It will allow them to edit a single file. I need that file to > update to the specific client as soon as it is saved. Because of > security issues, I can''t put the page on the client directly, it has > to be pushed out to the client from the master. > > Any thoughts? I do have nagios and puppet running, and was trying to > brainstorm a way to use the two in conjunction to make this happen, > but I guess I am missing something. Then again, there may not be a > way??Check out the listen option to puppetd. It''ll tell the client to listen for the puppetrun program, allowing you to trigger runs without waiting for the next scheduled run. -- Frank Sweetser fs at wpi.edu | For every problem, there is a solution that WPI Senior Network Engineer | is simple, elegant, and wrong. - HL Mencken GPG fingerprint = 6174 1257 129E 0D21 D8D4 E8A3 8E39 29E3 E2E8 8CEC --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
That is exactly what I was looking for - THANK YOU BOTH! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---