Actions
Bug #1487
closedEOF sometimes not found (patch)
Description
In the Preseed Default Finish template, it says:
cat > /etc/puppet/puppet.conf << EOF
<%= snippets "puppet.conf" -%>
EOF
If the puppet.conf snippet doesn't finish with a newline, the EOF is never found as this turns into
cat > /etc/puppet/puppet.conf << EOF
contentsofsnippetEOF
Changing -%> in to %> will stop this being a problem.
Updated by Ohad Levy almost 13 years ago
sounds good,
do you want to send a git patch?
thanks!
Updated by Ohad Levy over 12 years ago
- Category set to Unattended installations
- Assignee set to Ohad Levy
- Target version set to 1.0
Updated by Ohad Levy over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset ec80ab80c61ab0e4c063018f5ecf9d72df016abb.
Actions