Commit a188f6a

mo khan <mo@mokhan.ca>
2016-04-26 00:50:47
specify full path to .ruby-version.
1 parent 34275f3
Changed files (1)
config/chef_apply.rb
@@ -102,7 +102,7 @@ git "/usr/local/rbenv/plugins/ruby-build" do
   repository "https://github.com/sstephenson/ruby-build.git"
 end
 
-ruby_version = `cat .ruby-version`.strip
+ruby_version = `cat /vagrant/.ruby-version`.strip
 bash "install_ruby" do
   user "root"
   not_if { ::Dir.exist?("/usr/local/rbenv/versions/#{ruby_version}") }