Problem scenario: When someone uses a .pp file (either through a puppet agent call from a Puppet Agent node or via a puppet apply on a Puppet Master server), what order can a human DevOps Engineer expect the order to be?
Answer: The execution order of a given manifest is the top of the manifest is executed and Puppet works its way down from there.
…
Continue reading “What is the Order of Execution of a Puppet Manifest?”