We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2417e90 + e5c3e61 commit 13f8ff1Copy full SHA for 13f8ff1
puppet/manifests/default.pp
@@ -134,8 +134,8 @@
134
# interactive environment, in particular to display messages or ask questions.
135
# The rvm executable is more suitable for automated installs.
136
#
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'",
+ # use a ruby patch level known to have a binary
+ command => "${as_vagrant} '${home}/.rvm/bin/rvm install ruby-2.0.0-p353 --binary --autolibs=enabled && rvm alias create default 2.0'",
139
creates => "${home}/.rvm/bin/ruby",
140
require => Exec['install_rvm']
141
}
0 commit comments