Issue #6337 has been updated by Daniel Pittman. Assignee deleted (Daniel Pittman)
---------------------------------------- Bug #6337: Ruby warning: "parenthesize argument(s) for future version" in puppet/network/rights.rb https://projects.puppetlabs.com/issues/6337#change-92427 * Author: Oliver Hookins * Status: Closed * Priority: High * Assignee: * Category: Doh! * Target version: 2.6.7 * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- At line 91: raise ArgumentError.new "Unknown namespace right '#{name}'" should probably be: raise ArgumentError.new("Unknown namespace right '#{name}'") In 2.6.5rc2 -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
