-
Notifications
You must be signed in to change notification settings - Fork 352
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
r10k does not write files correctly from git on Windows #1381
Comments
This issue may be fixed in the bolt project itself, in that case this issue can be closed. The r10k solution will only fix when modules are installed via git to a windows bolt project. If a user creates local tasks\scripts these will still suffer the same issue. Hence why it may be better to correct within bolt. Waiting for engineering decision. |
This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
yes bot closing the ticket 'fixes' it. |
This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
... |
Describe the Bug
On Windows r10k include carriage return (CRLF) in files when syncing modules from Git.
This occurs when using 'bolt module install'
Expected Behaviour
It should not insert CRLF when installing modules.
Steps to Reproduce
Steps to reproduce the behaviour:
Environment
Additional Context
Noticed this issue when troubleshooting cd4peadm module on Windows.
Solution
Need to disable autocrlf in git for on Windows platform.
The text was updated successfully, but these errors were encountered: