Issue #6337 has been updated by James Turnbull.

Target version changed from 2.6.5 to 2.6.7


----------------------------------------
Bug #6337: Ruby warning: "parenthesize argument(s) for future version" in 
puppet/network/rights.rb
https://projects.puppetlabs.com/issues/6337

Author: Oliver Hookins
Status: Closed
Priority: High
Assignee: Daniel Pittman
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 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.

Reply via email to