Sha256: d20103acda301b0e2cdf68779050ba4a5fae10d4abc05bd5b7492337a6f5785c
Contents?: true
Size: 473 Bytes
Versions: 49
Compression:
Stored size: 473 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 :) $gem list chef-zero -i 2>&1 >/dev/null if test $? -ne 0 ; then echo ">>>>>> Attempting to use chef-zero with old version of Chef" echo "-----> Installing chef zero dependencies" $gem install chef --version 11.8.0 --no-ri --no-rdoc --conservative fi
Version data entries
49 entries across 49 versions & 1 rubygems