Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
FACT 3.14.9
-
None
-
None
-
-
Night's Watch
-
Customer Feedback
-
Bug Fix
-
-
Needs Assessment
Description
ciprian.badescu in https://github.com/puppetlabs/facter/commit/76a7bab5c75ff0b1b6a46cc7242582c24adf701d :
Before this change, the log message format is wrong and the following is logged in case external facts file is not proper executable:
2020-04-09 15:07:49.499276 ERROR puppetlabs.facter - error while processing "%1%" for external facts: %2%
After this fix, the proper message will be logged:
2020-04-09 15:10:49.546980 ERROR puppetlabs.facter - error while processing "/opt/puppetlabs/facter/facts.d/a.sh" for external facts: child process returned non-zero exit status (8).
Filing this as a bug ticket and resolving it so we can reference this fix.