scott smith
2008-Jul-22 20:25 UTC
[Puppet Users] Re: how do you know when puppet is "done"?
Larry Ludwig wrote:> This may seem like a silly question, but how do you know when puppet > is "done" with the recipes you specified? Meaning all have been > applied and the configuration on the server/VPS matches what''s in the > puppetmaster? I want to be able to perform some notification when a > new VPS instance is completed.Says it in the log file. "Completed configuration" or something. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Larry Ludwig
2008-Jul-22 21:37 UTC
[Puppet Users] Re: how do you know when puppet is "done"?
yea but is is ''complete''. I''ve seen puppet run again just to complete specific items. I''m looking for some trigger or like the puppet graphs to tell me everything has been applied. -L On Jul 22, 4:25 pm, scott smith <sc...@lackluster.net> wrote:> Larry Ludwig wrote: > > This may seem like a silly question, but how do you know when puppet > > is "done" with the recipes you specified? Meaning all have been > > applied and the configuration on the server/VPS matches what''s in the > > puppetmaster? I want to be able to perform some notification when a > > new VPS instance is completed. > > Says it in the log file. "Completed configuration" or something.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
scott smith
2008-Jul-22 21:40 UTC
[Puppet Users] Re: how do you know when puppet is "done"?
Larry Ludwig wrote:> yea but is is ''complete''. I''ve seen puppet run again just to complete > specific items. > > I''m looking for some trigger or like the puppet graphs to tell me > everything has been applied. >So use reports or something that can watch syslog for puppet failures. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Andrew Shafer
2008-Jul-22 23:50 UTC
[Puppet Users] Re: how do you know when puppet is "done"?
When it is running again to complete items, you should have some sort of error on those items for the previous run and you have an implicit dependency that is not explicit in the Puppet catalog. On Tue, Jul 22, 2008 at 3:37 PM, Larry Ludwig <larrylud@gmail.com> wrote:> > yea but is is ''complete''. I''ve seen puppet run again just to complete > specific items. > > I''m looking for some trigger or like the puppet graphs to tell me > everything has been applied. > > -L > > On Jul 22, 4:25 pm, scott smith <sc...@lackluster.net> wrote: > > Larry Ludwig wrote: > > > This may seem like a silly question, but how do you know when puppet > > > is "done" with the recipes you specified? Meaning all have been > > > applied and the configuration on the server/VPS matches what''s in the > > > puppetmaster? I want to be able to perform some notification when a > > > new VPS instance is completed. > > > > Says it in the log file. "Completed configuration" or something. > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---