Apply Puppet Resources Top Down – ordering=manifest – Order without Require

By default Puppet manifest ordering is arbitrary. You either have to use require a lot or apply your modules twice. But there is an easy fix:

$ sudoedit /etc/puppet.conf
[main]
ordering = manifest
# ...
Posted in Uncategorized | Tagged , , , , , , , , | Comments Off on Apply Puppet Resources Top Down – ordering=manifest – Order without Require

Comments are closed.