Sha256: fd5c8c1bcea5d6bd0fe39a9b82357bf5cae3b732b37e4e1399a16304a6662f5a
Contents?: true
Size: 599 Bytes
Versions: 27
Compression:
Stored size: 599 Bytes
Contents
export MU_DATADIR="<%= home %>/.mu/var" export MU_CHEF_CACHE="<%= home %>/.chef" export PATH="<%= installdir %>/bin:/usr/local/ruby-current/bin:/usr/local/python-current/bin:${PATH}:/opt/opscode/embedded/bin" if [ ! -f "<%= home %>/.first_chef_upload" -a "`tty`" != "not a tty" ];then touch "<%= home %>/.first_chef_upload" echo "******************************************" echo "This is your first login. Uploading Chef artifacts to your private Chef org" echo "******************************************" sleep 5 set -x <%= installdir %>/bin/mu-upload-chef-artifacts -n set +x fi
Version data entries
27 entries across 27 versions & 1 rubygems