Closed kajinamit closed 2 years ago
File.exists? can't be used with confine. It should be used in actual logics, otherwise fact gathering fails with the following error.
error while resolving custom facts in .../lib/facter/kmod.rb: expected argument to be a String, Symbol, or Hash
Fixes #74
thanks!
Pull Request (PR) description
File.exists? can't be used with confine. It should be used in actual logics, otherwise fact gathering fails with the following error.
This Pull Request (PR) fixes the following issues
Fixes #74