HomeSoftware Heritage

Fix docker_worker_join_token evaluation

Description

Fix docker_worker_join_token evaluation

When this fact was evaluated, an exception was raised:
Error: Facter: Error while resolving custom fact fact='docker_worker_join_token', resolution='<anonymous>': private method `execute' called for Facter::Util::Resolution:Class

Switch from Facter::Util::Resolution to Facter::Core::Execution and set
a time limit of 90s to match the rest of the file.

Details

Provenance
Romain Tartière <romain@blogreen.org>Authored on Sep 8 2021, 5:07 AM
olasdPushed on Dec 28 2021, 10:47 AM
Parents
R205:6b48ec59c4a0: Fix Facter::Core::Execution.execute time_limit
Branches
Unknown
Tags
Unknown

Event Timeline

Romain Tartière <romain@blogreen.org> committed R205:9edf10b046a6: Fix docker_worker_join_token evaluation (authored by Romain Tartière <romain@blogreen.org>).Sep 8 2021, 7:59 PM