Issue #12195 has been reported by Ben Hughes. ---------------------------------------- Bug #12195: Puppet outputs Ruby warnings on RHEL directives https://projects.puppetlabs.com/issues/12195
Author: Ben Hughes Status: Unreviewed Priority: Normal Assignee: Ben Hughes Category: Target version: Affected Puppet version: Keywords: Branch: # Overview # # Expected Behaviour # # Actual Behaviour # <pre> root# /usr/bin/puppet agent --onetime --no-daemonize >/dev/null /usr/lib/ruby/site_ruby/1.8/puppet/util/instrumentation/listeners/process_name.rb:88: warning: parenthesize argument(s) for future version /usr/lib/ruby/site_ruby/1.8/puppet/util/instrumentation/listeners/process_name.rb:88: warning: parenthesize argument(s) for future version /usr/lib/ruby/site_ruby/1.8/puppet/util/instrumentation/listeners/process_name.rb:88: warning: parenthesize argument(s) for future version </pre> # Detail # Similar to #10161 <pre> [ben@yo:~]% ruby --version ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux] [ben@yo:~]% puppet --version 2.7.10 </pre> # Work Around # 2>&1 -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
