File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
test/fixtures/cookbooks/test/recipes Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- # Install rbenv and makes it avilable to the selected user
2- version = '2.4 .1'
1+ # Install jlenv and makes it avilable to the selected user
2+ version = '1.0 .1'
33
44# Make sure that Vagarant user is on the box for dokken
55include_recipe 'test::dokken'
88 members 'vagrant'
99end
1010
11- # Keeps the rbenv install upto date
12- rbenv_user_install 'vagrant' do
11+ # Keeps the jlenv install upto date
12+ jlenv_user_install 'vagrant' do
1313 user 'vagrant'
1414 group 'new-group'
1515end
1616
17- rbenv_plugin 'ruby-build' do
18- git_url 'https://github.com/rbenv/ruby-build.git'
17+ # Install plugin to build Julia
18+ jlenv_plugin 'julia-build' do
19+ git_url 'https://github.com/HiroakiMikami/julia-build.git'
1920 user 'vagrant'
2021end
2122
22- rbenv_ruby '2.4 .1' do
23+ jlenv_ruby '1.0 .1' do
2324 user 'vagrant'
2425end
2526
26- rbenv_global version do
27+ jlenv_global version do
2728 user 'vagrant'
2829end
You can’t perform that action at this time.
0 commit comments