mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
32acf4230c
this PR modifies the `external_host_identifier` parameter that's used to match hosts to Puppet runs to use an identifier that's *unique per run* (instead of an identifier that's *unique per host*) this has the adventage to: 1. allow for concurrent Puppet runs that don't interfere with each other. 2. allow for failed/orphaned Puppet runs to not interfere with new runs (the keys will eventually get expired) all the existent behavior should be preserved. > Note: I have verified that the value that the reporter gets is the one associated with the right puppet run, even if multiple runs happen simultaneously. |
||
---|---|---|
.. | ||
defines | ||
fixtures | ||
functions | ||
default_facts.yml | ||
spec_helper.rb |