Issue #7547 has been updated by Jacob Helwig. Status changed from Unreviewed to Accepted
---------------------------------------- Bug #7547: Facter allows the creation of facts that Puppet/Ruby could not use https://projects.puppetlabs.com/issues/7547 Author: R.I. Pienaar Status: Accepted Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected Facter version: 1.5.8 At present you can create facts containing lots of special characters and even spaces. This should be made stricter to only allow variables names people can access from the Puppet manifest. <pre> >> Facter.add("test test") { setcode { "foo" } } >> Facter.to_hash["test test"] => "foo" </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.
