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 ee84e77 + ef2d818 commit 2f90d53Copy full SHA for 2f90d53
puppet/manifests/default.pp
@@ -130,7 +130,7 @@
130
# The rvm executable is more suitable for automated installs.
131
#
132
# 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'",
+ command => "${as_vagrant} '${home}/.rvm/bin/rvm install 1.9.3 --latest-binary && rvm --fuzzy alias create default 1.9.3'",
134
creates => "${home}/.rvm/bin/ruby",
135
require => Exec['install_rvm']
136
}
0 commit comments