This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Add ability to configure JRUBY_JAR setting to avoid undefined method 'keep_alive_timeout=' for #<Net::HTTP..."
errors
#57
Labels
enhancement
New feature or request
What are you seeing
Currently, it's not possible to use the module to configure the
JRUBY_JAR
setting to use the newer 9k JRuby, meaning if you have a gem that requires Ruby > 2.1, you see errors likeundefined method 'keep_alive_timeout=' for #<Net::HTTP..."
(such as petems/petems-hiera_vault#5)Affected Puppet, Ruby, OS and module versions/distributions
Any additional information you'd like to impart
Current workaround is this quick
ini_setting
code, but to keep with the rest of the module we could use augeas:The text was updated successfully, but these errors were encountered: