> The code above works (still learning the syntax though!), but what's
> bothering me is that parts of this code (let me call them 'phases')
> keep on running in different order:

With very few exceptions (that are all made for time savings so you
can ignore them safely) all resources (what you were calling phases)
must explicitly declare their dependencies on other resources using
before and require [1] [2].

[1] http://docs.puppetlabs.com/references/latest/metaparameter.html#before
[2] http://docs.puppetlabs.com/references/latest/metaparameter.html#require

-- 
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.

Reply via email to