Issue #4732 has been updated by James Turnbull. Target version changed from 2.6.1 to 2.6.2
---------------------------------------- Bug #4732: Use of .pp/.rb extention to sniff file type breaks "everything is pp" assumption http://projects.puppetlabs.com/issues/4732 Author: Markus Roberts Status: Needs design decision Priority: Normal Assignee: Category: Target version: 2.6.2 Affected version: 2.6.1rc4 Keywords: Branch: R.I. writes: This fix breaks/improves import so that it will now only import files named .pp or .rb where in the past it would happily have imported anything matching the supplied glob: <pre> import "/etc/puppet/manifests/nodes/*" </pre> This now only imports .pp and .rb not * as it’s asked to do. -- 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.
