We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c0dc8 commit 095cf31Copy full SHA for 095cf31
test/fixtures/cookbooks/test/recipes/global.rb
@@ -1,14 +1,14 @@
1
-global_version = '2.4.1'
+global_version = '1.0.3'
2
3
-# Install Rbenv Globally
4
-rbenv_system_install 'system'
+# Install Jlenv Globally
+jlenv_system_install 'system'
5
6
-rbenv_ruby global_version do
+jlenv_julia global_version do
7
verbose true
8
end
9
10
# Make sure that Vagarant user is on the box for dokken
11
include_recipe 'test::dokken'
12
13
-# Set that Ruby as the global Ruby
14
-rbenv_global global_version
+# Set that Julia as the global Julia
+jlenv_global global_version
0 commit comments