Details
Description
Some systems will reset the path or otherwise munge it such that essential tools used by ohai aren't found.
export PATH=/sbin:/usr/sbin:$PATH
Should go at the top of the bootstrap script templates we ship for knife.
Some systems will reset the path or otherwise munge it such that essential tools used by ohai aren't found.
export PATH=/sbin:/usr/sbin:$PATH
Should go at the top of the bootstrap script templates we ship for knife.
https://github.com/avishai-ish-shalom/chef/tree/CHEF-1756
export PATH="/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin:$PATH"