-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Windows Path on Bootstrap #8669
Conversation
As a windows user when I bootstrap a node I expect the path to not have items removed as my cookbooks may depend on executables not stored on common system paths, such as sqlcmd which will break and cause the initial chef run to fail Signed-off-by: Jason Field <[email protected]>
Another one for you @marcparadise |
I think the reason this was changed was too long file paths but it has other unintended causes, |
Updated path as per feedback
master merge
Resolved as per feedback @marcparadise apologies for the delay |
1 similar comment
Resolved as per feedback @marcparadise apologies for the delay |
tests failing on linux so doubt it is due to this one? |
Fixes for bad copy paste Signed-off-by: Jason Field <[email protected]>
master merge
Nudge @marcparadise could this be looked at please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fix issue with windows path during bootstrap
Description
As a windows user when I bootstrap a node I expect the path to not have items removed as my cookbooks may depend on executables not stored on common system paths, such as sqlcmd which will break and cause the initial chef run to fail
Types of changes
Checklist: