Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Night's Watch
-
1
-
NW - 2021-09-22
-
Needs Assessment
-
Bug Fix
-
-
Needs Assessment
Description
The Facter::Core::Execution.execute method accept an option hash to control execution.
The documentation tell to use "time_limit" to set a max duration for the command to complete, but the code actually use "limit" to set this.
I happen that the previous version of Facter used "timeout" for this duration.