You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to test that some Gems are installed(they have been installed via the chef_gem. However it looks like kitchen-inspec isn't able to pick up on any gem installation. In order to try and track down this issue I ended up installing rvm and some test gems to see if inspec would return those, it didn't seem to help. However I noticed when I ran inspec exec test/integration/server/default.rb -t ssh://[email protected] --password 'vagrant' it would seem to find my rvm gempath correctly. But this doesn't help my original issue of inspec not picking up on chef gems not being seen.
I'm not sure if this is an issue with inspec, kitchen-inspec or some misconfiguration on my end. Any advice to point me in the right direction would be great!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I need to test that some Gems are installed(they have been installed via the
chef_gem
. However it looks like kitchen-inspec isn't able to pick up on any gem installation. In order to try and track down this issue I ended up installing rvm and some test gems to see if inspec would return those, it didn't seem to help. However I noticed when I raninspec exec test/integration/server/default.rb -t ssh://[email protected] --password 'vagrant'
it would seem to find my rvm gempath correctly. But this doesn't help my original issue of inspec not picking up on chef gems not being seen.I'm not sure if this is an issue with inspec, kitchen-inspec or some misconfiguration on my end. Any advice to point me in the right direction would be great!
Thanks!
The text was updated successfully, but these errors were encountered: