File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 106
106
ensure => installed
107
107
}
108
108
109
- # Required for Ruby binary install
110
- package { 'libyaml-dev' :
111
- ensure => installed
112
- }
113
-
114
109
# Nokogiri dependencies.
115
110
package { [' libxml2' , ' libxml2-dev' , ' libxslt1-dev' ]:
116
111
ensure => installed
135
130
# The rvm executable is more suitable for automated installs.
136
131
#
137
132
# Thanks to @mpapis for this tip.
138
- command => " ${as_vagrant} '${home} /.rvm/bin/rvm install 1.9.3 --latest-binary && rvm --fuzzy alias create default 1.9.3'" ,
133
+ command => " ${as_vagrant} '${home} /.rvm/bin/rvm install 1.9.3 --latest-binary --autolibs=enabled && rvm --fuzzy alias create default 1.9.3'" ,
139
134
creates => " ${home} /.rvm/bin/ruby" ,
140
- require => [ Package[ ' libyaml-dev ' ], Exec[' install_rvm' ] ]
135
+ require => Exec[' install_rvm' ]
141
136
}
142
137
143
138
exec { "${as_vagrant} 'gem install bundler --no-rdoc --no-ri'" :
You can’t perform that action at this time.
0 commit comments