Skip to content

Commit

Permalink
Merge pull request #8 from /issues/3
Browse files Browse the repository at this point in the history
issue #3. move from 1.9.3 to 2.0.0.
  • Loading branch information
derekrockwell committed Apr 14, 2013
2 parents c9acce1 + d181c97 commit 6a6b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
Expand Down

0 comments on commit 6a6b841

Please sign in to comment.