Issue #12502 has been updated by R.I. Pienaar.
You can easily test this:
<pre>
$msg = template("your_erb")
notify{"The template result was -->${msg}<--": }
</pre>
compare that on a few machines for the same template. We'd probably need to
see the output of that and actual template etc
----------------------------------------
Bug #12502: template() adds a newline to the end of an included file (?)
https://projects.puppetlabs.com/issues/12502#change-65659
Author: Bill Tong
Status: Re-opened
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.