Issue #7532 has been updated by R.I. Pienaar. Status changed from Accepted to Closed
development: master commits 5c27d2e...1d9d68a - http://bit.ly/ijBmjd production: 1.2.x commits 9b8edd3...86a0fc5 - http://bit.ly/ixO4cl ---------------------------------------- Bug #7532: Facts name validation regex does not allow dots https://projects.puppetlabs.com/issues/7532 Author: Nicolas Szalay Status: Closed Priority: Normal Assignee: R.I. Pienaar Category: Plugins Target version: 1.2.1 Keywords: Branch: Affected mCollective version: Hello, I dumped my ohai attributes to a yaml file using a "." as a separator, so I have the following entries : .... collectd.plugindir: foo ohai.plugin_path: /etc/chef/ohai_plugins .... but using mco facts I can't walk them because the DDL regex validation kicks me out : [mordor:~] mco facts ohai.plugin_path facts failed to run: Input fact does not match validation regex ^[\w\-]+$ (MCollective::DDLValidationError) Please allow dots in the regex (or tell me what to use as a separator, "-" and "_" not being usable for me) -- 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.
