kenbreeman / puppet-concat

File concatenation system for Puppet
http://www.devco.net/
Other
0 stars 0 forks source link

Detect new lines in file fragments #1

Open tmclaugh opened 11 years ago

tmclaugh commented 11 years ago

When concatenating two files where the first lacks an ending new line, the second file will start right after the last visible character and next on the next line. There should be a way to toggle the ability to ensure new lines exist in the files being concatenated.

tmclaugh commented 11 years ago

Created PR #2 to handle this. It works but does not appear to be reverible and needs testing.