[Puppet Users] Re: Order of execution

2008-10-30 Thread Ryan Steele
On Oct 29, 5:40 pm, Luke Kanies <[EMAIL PROTECTED]> wrote: > On Oct 27, 2008, at 12:33 PM, Ryan Steele wrote: > > That answers part of my question about whether the "non- > > resource" (obviously more appropriately titled "language") bits of the > > manifests are evaluated before the resources.  B

[Puppet Users] Re: Order of execution

2008-10-29 Thread Luke Kanies
On Oct 27, 2008, at 12:33 PM, Ryan Steele wrote: > > On Oct 27, 12:35 pm, Luke Kanies <[EMAIL PROTECTED]> wrote: >> The entire set of manifests is evaluated on the server, producing a >> catalog which is evaluated on the client. > > Ok, so the puppetmaster creates a static catalog (devoid of vari

[Puppet Users] Re: Order of execution

2008-10-27 Thread Ryan Steele
On Oct 27, 12:35 pm, Luke Kanies <[EMAIL PROTECTED]> wrote: > The entire set of manifests is evaluated on the server, producing a   > catalog which is evaluated on the client.   Ok, so the puppetmaster creates a static catalog (devoid of variables and control structures) for any resources applica

[Puppet Users] Re: Order of execution

2008-10-27 Thread Luke Kanies
On Oct 27, 2008, at 11:29 AM, Ryan Steele wrote: > > It's been my understanding that the order in which resources are > defined having no bearing on the order of execution. This would mean > that the only way to ensure one resource is declared after or before > another is with the use of certain