Actions
Feature #347
closedCache generated external nodes yaml
Description
To increase resilience the externalnodes function should cache its results between runs and if it is unable to generate a new result then it should return the cached value.
This may not be as useful as it seems because the puppet clients will also run the last valid manifest they received. I know that this is not quite the same but it is quite similar.
Actions