You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used rvm::default & rvm::system to install rvm, but fails with this error -
================================================================================
Recipe Compile Error in /var/chef/runs/0bb2b33f-522c-4bc0-9231-62aae48d01f5/local-mode-cache/cache/cookbooks/rvm/recipes/default.rb
================================================================================
NameError
---------
No resource, method, or local variable named `create_rvm_shell_chef_wrapper' for `Chef::Recipe "default"'
Cookbook Trace:
---------------
/var/chef/runs/0bb2b33f-522c-4bc0-9231-62aae48d01f5/local-mode-cache/cache/cookbooks/rvm/recipes/default.rb:27:in `from_file'
Relevant File Content:
----------------------
/var/chef/runs/0bb2b33f-522c-4bc0-9231-62aae48d01f5/local-mode-cache/cache/cookbooks/rvm/recipes/default.rb:
20: # install rvm api gem during chef compile phase
21: chef_gem 'rvm' do
22: action :install
23: version '>= 1.11.3.6'
24: end
25: require 'rvm'
26:
27>> create_rvm_shell_chef_wrapper
28: create_rvm_chef_user_environment
29:
30: class Chef::Resource
31: # mix in #rvm_cmd_wrap helper into resources
32: include Chef::RVM::ShellHelpers
33: end
34:
35: class Chef::Recipe
36: # mix in recipe helpers
I am not fluent on recent Chef things, so what am I missing?
The text was updated successfully, but these errors were encountered:
π» Brief Description
Trying to install this using opsworks_ruby. On opsworks. Breaks the run with unknown method. What am I missing?
π₯ Cookbook version
1.0.0
π©βπ³ Chef-Infra Version
12.13.37
π© Platform details
AWS Opsworks: Ubuntu: 18.04.
Steps To Reproduce
Used
rvm::default
&rvm::system
to install rvm, but fails with this error -I am not fluent on recent Chef things, so what am I missing?
The text was updated successfully, but these errors were encountered: