Issue #4889 has been updated by Brice Figureau.
What about integer facts (like memory) which for the moment are almost unusable because they embed the unit? ---------------------------------------- Bug #4889: Fact values should all be strings http://projects.puppetlabs.com/issues/4889 Author: R.I. Pienaar aka Volcane Status: Unreviewed Priority: Normal Assignee: Category: Target version: Keywords: Branch: In the 1.x version of facter it should ensure that all values it returns are actually strings. I've so far only found the one case - is_virtual - but there are likely to be more, definitely the assumption today seems to be that they should all be strings. <pre> % ruby -r facter -e 'puts Facter.to_hash["is_virtual"].class' TrueClass </pre> -- 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.
