On May 17, 12:14 pm, James Sweeny <[email protected]> wrote: > The point of the "require" parameter is to define a dependency > relationship.
More precisely, it defines an *application-order* relationship. What Puppet is choking on is different: a *parse-order* dependency. The former involves only order of operations on the client, whereas the latter involves only catalog compilation on the master. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
