Skip to content

Commit 3120fc3

Browse files
taqtiqa-admintaqtiqa-mark
authored andcommitted
Port group install for jlenv
1 parent ee608c4 commit 3120fc3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
include_recipe 'test::dokken'
@@ -8,21 +8,22 @@
88
members 'vagrant'
99
end
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'
1515
end
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'
2021
end
2122

22-
rbenv_ruby '2.4.1' do
23+
jlenv_ruby '1.0.1' do
2324
user 'vagrant'
2425
end
2526

26-
rbenv_global version do
27+
jlenv_global version do
2728
user 'vagrant'
2829
end

0 commit comments

Comments
 (0)