Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit d8b9ab1

Browse files
committed
Merge pull request rails#26 from yyyc514/master
rvm should not be considering installed until the bin is in place.
2 parents 2018e59 + 0412c41 commit d8b9ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: puppet/manifests/default.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
exec { 'install_rvm':
127127
command => "${as_vagrant} 'curl -L https://get.rvm.io | bash -s stable'",
128-
creates => "${home}/.rvm",
128+
creates => "${home}/.rvm/bin/rvm",
129129
require => Package['curl']
130130
}
131131

0 commit comments

Comments
 (0)