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
I'm running a CentOS 6.5 VM with Puppet + puppet-rvm. System Ruby is 1.8.7, but I'm using 1.9.3p545 (RVM default) via the module. On the Puppet master:
When I run puppet agent -t on the agent, I get the following error:
Notice: /Stage[main]/Project/Exec[load RVM as a function]/returns: executed successfully
Notice: /Stage[main]/Project/Exec[check Ruby version]/returns: ruby-1.9.3-p545
Notice: /Stage[main]/Project/Exec[check Ruby version]/returns: executed successfully
Notice: /Stage[main]/Project/Exec[install Ruby dependencies]/returns: Your Ruby version is 1.8.7, but your Gemfile specified 1.9.3
Error: bundle install returned 18 instead of one of [0]
Error: /Stage[main]/Project/Exec[install Ruby dependencies]/returns: change from notrun to 0 failed: bundle install returned 18 instead of one of [0]
I checked the Bundler source, and error code 18 is associated with the version mismatch. I haven't been able to figure out why Puppet reports using 1.9.3 via RVM, but then defaults to the system 1.8.7. Any ideas?
The text was updated successfully, but these errors were encountered:
I'm running a CentOS 6.5 VM with Puppet + puppet-rvm. System Ruby is 1.8.7, but I'm using 1.9.3p545 (RVM default) via the module. On the Puppet master:
When I run
puppet agent -t
on the agent, I get the following error:I checked the Bundler source, and error code 18 is associated with the version mismatch. I haven't been able to figure out why Puppet reports using 1.9.3 via RVM, but then defaults to the system 1.8.7. Any ideas?
The text was updated successfully, but these errors were encountered: