Title: Message Title
Richard Clamp commented on an issue
MCollective / Bug MCO-97
Config class does not parse fixnum config parameters correctly
Some config parameters are expected to be Integer values. When we parse them, we are using #to_i which can lead to bad values being parsed, for example

foo.to_i = 0

We should make option parsing stricter and fail on non Integer values.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to