From d181c97fe9a1cb906248b64212c652b747716138 Mon Sep 17 00:00:00 2001 From: Weston Platter Date: Sun, 14 Apr 2013 15:13:22 -0500 Subject: [PATCH] issue #3. move from 1.9.3 to 2.0.0. --- puppet/manifests/default.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/manifests/default.pp b/puppet/manifests/default.pp index 37636eb6..00fed74f 100644 --- a/puppet/manifests/default.pp +++ b/puppet/manifests/default.pp @@ -130,7 +130,7 @@ # The rvm executable is more suitable for automated installs. # # Thanks to @mpapis for this tip. - command => "${as_vagrant} '${home}/.rvm/bin/rvm install 1.9.3 --latest-binary --autolibs=enabled && rvm --fuzzy alias create default 1.9.3'", + command => "${as_vagrant} '${home}/.rvm/bin/rvm install 2.0.0 --latest-binary --autolibs=enabled && rvm --fuzzy alias create default 2.0.0'", creates => "${home}/.rvm/bin/ruby", require => Exec['install_rvm'] }