Sha256: a0b6efada726d68d7024c9ba2acacc3efc35b7e4ddab4eda2c53b97225b5ff49

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

# we are installing the first version of chef that bundled chef-zero in order
# to get chef-zero and Chef::ChefFS only. The version of Chef that gets run
# will be the installed omnibus package. Yep, this is funky :)

if ((& "$gem" list chef-zero -i) -ne "true") {
  Write-Host ">>>>>> Attempting to use chef-zero with old version of Chef`n"
  Write-Host "-----> Installing chef zero dependencies`n"
  & "$gem" install chef --version 11.8.0 --no-ri --no-rdoc --conservative
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test-kitchen-1.10.1 support/chef_zero_prepare_command_legacy.ps1
test-kitchen-1.7.0 support/chef_zero_prepare_command_legacy.ps1