Closed stuartpreston closed 5 years ago
Forgive me for asking a beginner question here, but what is the best way to install/pull down the new version that fixes this? Will it get pulled on the next chef run? Do i need to do a chef exec bundle install
?
@mcascone It will be in the next release that I'm working on right now... look out for version 2.7.0 on RubyGems later today - you should be able to update this gem with chef gem install vmware-vra
at that time. Thanks.
Signed-off-by: Stuart Preston stuart@chef.io
Description
This PR addresses a few reported issues with the same shared cause; an attempt at implementing the merging of parameters that are specified in a Blueprint with those supplied by another tool (e.g. kitchen-vra Test Kitchen driver) was reverted and left the gem in a state where it would not merge any parameters with the ones specified in the Blueprint.
Issues Resolved
Resolves chef-partners/kitchen-vra/issues/33 Resolves chef-partners/kitchen-vra/issues/30 Resolves #73
PRs #70 will be closed as this work supercedes that effort.
Check List