Issue #3514 has been updated by Nick Lewis. Status changed from Ready for Testing to Closed
Pushed in commit:"1e89bff59448bfc22c22f0b03bf965b7f4da0c77" in master ---------------------------------------- Bug #3514: CR/LF line ending in puppet.conf cause silent failure http://projects.puppetlabs.com/issues/3514 Author: Byron Appelt Status: Closed Priority: Normal Assigned to: Markus Roberts Category: error reporting Target version: 2.6 Affected version: 0.25.4 Keywords: Branch: jamtur01:tickets/master/3514 If a puppet.conf file has CR/LF endings, the file is essentially ignored. It would be nice if CR/LF endings could be supported since it is common for developers to edit files on Windows machines, however that would be a feature request rather than a bug. However, not reporting any kind of error seems to be a real problem. The relevant line of code would seem to be Line 892 from puppet/util/settings.rb: text.split(/\n/).each { |line| -- 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.
