Issue #4732 has been updated by Daniel Pittman. Target version deleted (2.7.x)
---------------------------------------- Bug #4732: Use of .pp/.rb extention to sniff file type breaks "everything is pp" assumption https://projects.puppetlabs.com/issues/4732#change-57117 Author: Markus Roberts Status: Rejected Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.6.1 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.
