Issue #12502 has been updated by Daniel Pittman.
I have not looked at the issue itself, but if you are not actually doing any template expansion you might find `file` rather than `template` a useful tool here. ---------------------------------------- Bug #12502: template() adds a newline to the end of an included file (?) https://projects.puppetlabs.com/issues/12502 Author: Bill Tong Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.7.10 Keywords: Branch: I think that template() function is appending a newline to the end of a template, e.g. ssh_authorized_key { '...': key => template('path/to/my/key'), } I get: Parameter key failed: Key must not contain whitespace: XXXXXXX (The key contains no whitespace, I am guessing it contains a newline) -- 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.
