electrical/puppet-lib-file_concat

Do better error reporting when we are not able to find the content

electrical opened this issue · 2 comments

When we get an error that we can't get the content of a source file we need to assume that the source given is wrong.

Fix this issue by checking if tmp is nil and if so, ignore it.
See #10 for more details.