Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 2f90d53

Browse files
committed
Merge pull request rails#19 from dominic/patch-1
Use fuzzy matching to set default ruby
2 parents ee84e77 + ef2d818 commit 2f90d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet/manifests/default.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
# The rvm executable is more suitable for automated installs.
131131
#
132132
# Thanks to @mpapis for this tip.
133-
command => "${as_vagrant} '${home}/.rvm/bin/rvm install 1.9.3 --latest-binary && rvm alias create default 1.9.3'",
133+
command => "${as_vagrant} '${home}/.rvm/bin/rvm install 1.9.3 --latest-binary && rvm --fuzzy alias create default 1.9.3'",
134134
creates => "${home}/.rvm/bin/ruby",
135135
require => Exec['install_rvm']
136136
}

0 commit comments

Comments
 (0)