Sha256: de56ece1b20fa9b843adef7bd12521b3ea3959e49184625eb4ef3b0a72f80812
Contents?: true
Size: 476 Bytes
Versions: 49
Compression:
Stored size: 476 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
49 entries across 49 versions & 1 rubygems