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
We thought, "no problem", the module allows us to define a source. So we tried doing http using the link defined in the Ruby Build repos.
We ran puppet again and ran into an issue with the exec that run wget. The wget command isn't fully qualified and the path isn't set. Feels like a bug, but we may be missing something. Can someone take a look?
DEBUG [b9bae21f] �[1;31mError: Validation of Exec[rbenv::definition-file sonar jruby-1.7.11] failed: 'wget https://s3.amazonaws.com/jruby.org/downloads/1.7.11/jruby-bin-1.7.11.tar.gz -O /home/sonar/.rbenv/plugins/ruby-build/share/ruby-build/jruby-1.7.11' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/rbenv/manifests/definition.pp:29
The text was updated successfully, but these errors were encountered:
We tried to install a Jruby version and got a weird message form a CDN.
from: http://dqw8nmjcqpjn7.cloudfront.net/d634ffc692a8ee5bae513266956609d41d785f912facf11749609a7763120fb3%1B
We thought, "no problem", the module allows us to define a source. So we tried doing http using the link defined in the Ruby Build repos.
We ran puppet again and ran into an issue with the exec that run wget. The wget command isn't fully qualified and the path isn't set. Feels like a bug, but we may be missing something. Can someone take a look?
The text was updated successfully, but these errors were encountered: