Issue #7532 has been updated by R.I. Pienaar. Category set to Plugins Status changed from Unreviewed to Accepted Assignee set to R.I. Pienaar Target version set to 1.2.1
---------------------------------------- Bug #7532: Facts name validation regex does not allow dots https://projects.puppetlabs.com/issues/7532 Author: Nicolas Szalay Status: Accepted 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.
