Sha256: 88c0eb49ea1030713ad499cf6e75c69bbc3e5d49c1dd461b49033b171d0552fe
Contents?: true
Size: 569 Bytes
Versions: 17
Compression:
Stored size: 569 Bytes
Contents
export MU_DATADIR="<%= home %>/.mu/var" export MU_CHEF_CACHE="<%= home %>/.chef" export PATH="<%= installdir %>/bin:/usr/local/ruby-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
17 entries across 17 versions & 1 rubygems