We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts which: no ipmitool in (/usr/bin:/bin:/usr/sbin:/sbin)
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
which: no ipmitool in (/usr/bin:/bin:/usr/sbin:/sbin)
I get this error from "which" because ipmitool is not installed. It is not installed because I don't have the module enabled for this host but it is still trying to set ipmi facts. This is the code causing the error: https://github.com/jhoblitt/puppet-ipmi/blob/master/lib/facter/ipmi.rb#L37
The text was updated successfully, but these errors were encountered:
Looks like there is an open pull request that should fix this: #17
Sorry, something went wrong.
Latest pull request fixed this. Thank you!
No branches or pull requests
Info: Retrieving pluginfactsInfo: Retrieving pluginInfo: Loading factswhich: no ipmitool in (/usr/bin:/bin:/usr/sbin:/sbin)I get this error from "which" because ipmitool is not installed. It is not installed because I don't have the module enabled for this host but it is still trying to set ipmi facts. This is the code causing the error:
https://github.com/jhoblitt/puppet-ipmi/blob/master/lib/facter/ipmi.rb#L37
The text was updated successfully, but these errors were encountered: