[Puppet Users] Re: Puppet : so unpredictable

2009-04-19 Thread Andrew Shafer
Puppet builds a dependency graph of the described resources, sorts the graph and then walks the graph. Order is only guaranteed on sub trees of the dependency graph. If you have something where order matters and sometimes it works and sometimes it doesn't they you haven't specified at least one d

[Puppet Users] Re: Puppet : so unpredictable

2009-04-19 Thread khightower
Can you post an example of what your are trying to do? On Apr 17, 7:30 am, goacid wrote: > Hi all, > > I use puppet with many modules since few times, and I remark that > puppet take long time to finished, because I take some action which > depends on others which are not yet executed. > So I tr