Bryan Kearney
2008-Jul-08 15:53 UTC
[Puppet Users] Do catalog errors actually execute part of the recipes
I am testing a puppet recipe locally. I see the following if I execute the command 3 times in a row without changing the recipe, or waiting. <First> err: Could not apply complete catalog: Found dependency cycles in the following relationships: <Second> err: Could not apply complete catalog: Found dependency cycles in the following relationships: <Third> Normal Execution. Are the first 2 actually effecting any changes? I would assume not, but this looks wierd as I would assume a deterministic outcome. -- bk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Evan Hisey
2008-Jul-08 16:56 UTC
[Puppet Users] Re: Do catalog errors actually execute part of the recipes
On Tue, Jul 8, 2008 at 10:53 AM, Bryan Kearney <bkearney@redhat.com> wrote:> > I am testing a puppet recipe locally. I see the following if I execute > the command 3 times in a row without changing the recipe, or waiting. > > <First> > err: Could not apply complete catalog: Found dependency cycles in the > following relationships: > <Second> > err: Could not apply complete catalog: Found dependency cycles in the > following relationships: > <Third> > Normal Execution. > > Are the first 2 actually effecting any changes? I would assume not, but > this looks wierd as I would assume a deterministic outcome. >With out knownig hwo you were doign the testing, I am guessing you are using puppetd and made a change to the recipe then tested it. This would make the first two runs using the previous version o fhte catalogue and the third one ran after puppetmaster had checked for an updated catalog. A bit more detatils in to waht your doing and how your testing it when you get this error would be helpful. Evan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---