Issue #12502 has been updated by Phuong Nguyen.
Status changed from Rejected to Re-opened
My puppet module used to run fine on Ubuntu 11.10 using the
template('erb_template') to generate the key content but is failing with
"Parameter key failed: Key must not contain whitespace" when I run it against
Ubuntu 12.04.
Wonder if it is somechange with the ERB rendering engine on Ubuntu (aka Ruby)
instead
----------------------------------------
Bug #12502: template() adds a newline to the end of an included file (?)
https://projects.puppetlabs.com/issues/12502#change-65658
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.