Skip to content

Commit 13f8ff1

Browse files
committed
Merge pull request rails#63 from garyf/master
for the ruby install, use a ruby patch level known to have a binary
2 parents 2417e90 + e5c3e61 commit 13f8ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

puppet/manifests/default.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
# interactive environment, in particular to display messages or ask questions.
135135
# The rvm executable is more suitable for automated installs.
136136
#
137-
# Thanks to @mpapis for this tip.
138-
command => "${as_vagrant} '${home}/.rvm/bin/rvm install 2.0 --fuzzy --binary --autolibs=enabled && rvm --fuzzy alias create default 2.0'",
137+
# use a ruby patch level known to have a binary
138+
command => "${as_vagrant} '${home}/.rvm/bin/rvm install ruby-2.0.0-p353 --binary --autolibs=enabled && rvm alias create default 2.0'",
139139
creates => "${home}/.rvm/bin/ruby",
140140
require => Exec['install_rvm']
141141
}

0 commit comments

Comments
 (0)