Issue #4690 has been updated by James Turnbull. Category set to error reporting Status changed from Unreviewed to Accepted Target version set to 0.25.6
---------------------------------------- Bug #4690: MS-DOS format files causes syntax errors that are hard to debug http://projects.puppetlabs.com/issues/4690 Author: R.I. Pienaar aka Volcane Status: Accepted Priority: Normal Assignee: Category: error reporting Target version: 0.25.6 Affected version: 0.25.5 Keywords: Branch: Given the simple manifest below saved in DOS format: <pre> class foo { } </pre> Puppet can't parse this: <pre> % puppet --parseonly test.pp err: Could not parse for environment production: Could not match '}' at /home/rip/test.pp:1 </pre> It's worth either giving better errors or supporting DOS format files. -- 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.
