Issue #4889 has been updated by James Turnbull. Target version changed from 1.6.0 to 1.5.9
---------------------------------------- Bug #4889: Fact values should all be strings https://projects.puppetlabs.com/issues/4889 Author: R.I. Pienaar Status: Closed Priority: Normal Assignee: Category: Target version: 1.5.9 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.
