-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(maint) convert install_puppet.bat to CRLF #183
(maint) convert install_puppet.bat to CRLF #183
Conversation
Use CRLF instead of just LF for the template. It is not known if using LF will cause issues with Batch files in any versions of Windows. It is thought that running a batch with LF should work, but it is possible that there may be some issues somewhere. It's typically better to be on the safe side and ensure the file is CRLF. Newer versions of Puppet should leave the EOL format the same.
@Iristyle @joshcooper @glennsarti @MikaelSmith let me know if there is already a reason we went with LF. |
I'm not aware of one. |
CLA signed by all contributors. |
I don't think there are any issues running with LF on windows. Changing to CRLF will make it easier to load the resulting |
Fair enough. I'm happy with this though. 👍 |
Yeah, I'm not sure this will have an effectual change at all... unless you were also to add
|
Well as far as the commit having changes, you can see it did based that there are changes. However it may show differently to you when you pull locally if you don't have commit as is. That is a local configuration though, the PR showed the differences. :D |
Unless I'm missing some context @Iristyle :) |
Use CRLF instead of just LF for the template. It is not
known if using LF will cause issues with Batch files in
any versions of Windows. It is thought that running a
batch with LF should work, but it is possible that there
may be some issues somewhere. It's typically better to be
on the safe side and ensure the file is CRLF. Newer versions
of Puppet should leave the EOL format the same.