Closed sauriol closed 6 years ago
Appending -n
or -p
to the end of the InSpec install script command downloads the latest version and writes it to /opt/inspec/bin/inspec
, but the ChefDK install creates /opt/chefdk/bin/inspec
which is an older version.
I would just move to the 'current' installer vs the 'stable' installer
Aaron Lippold
lippold@gmail.com
260-255-4779
twitter/aim/yahoo,etc. 'aaronlippold'
On Fri, Aug 17, 2018 at 2:13 PM Jack Sauriol notifications@github.com wrote:
Appending -n or -p to the end of the InSpec install script command downloads the latest version and writes it to /opt/inspec/bin/inspec, but the ChefDK install creates /opt/chefdk/bin/inspec which is an older version.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aaronlippold/asgard/issues/4#issuecomment-413947332, or mute the thread https://github.com/notifications/unsubscribe-auth/ABauaNnvAe_c5kVqs8k9jKoIhC5O62WEks5uRwe-gaJpZM4WB63u .
inspec --version
gives 2.1.72 while also saying that the latest version is 2.2.64. It's probably just installing the stable version as opposed to the latest version, there's probably a flag for the install script that fixes it.