Skip to content

Instantly share code, notes, and snippets.

@greenail
greenail / gist:3814247
Created October 1, 2012 20:32 — forked from anonymous/gist:3814121
chef rvm hell, this blows up
script "RVM" do
interpreter 'bash'
flags '-l'
user 'vagrant'
code <<-EOS
whoami
if [ -f /home/vagrant/.rvm/bin/rvm ]
then
echo "RVM is installed skipping...."
else