On 01/24/2012 10:51 AM, Alexandre wrote: > But it seems that for Puppet, > parsing and applying the notified ressource is one operation, which > means, if i understand correctly, that it is not possible to require > and notify the same resource as i was expecting erroneously.
It's not. Both notify and require operate *only* on the order in which the *agent* will apply resources. Parsing happens on the master. There is no reason you would change its order. I sense we're still talking in circles so to make it yet more clear: The decision wether an applied resource needs changing (I believe you refer to this decision as "parsing") is indeed made at the time of resource application and there is no way to separate these steps. HTH, Felix -- 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.
