-
Notifications
You must be signed in to change notification settings - Fork 90
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
Attempt to fix --sudo. #576
Conversation
Signed-off-by: Stuart Paterson <[email protected]>
Hello skpaterson! Thanks for the pull request! Here is what will happen next:
Thank you for contributing! |
We'll want to test this with Chef Infra bootstrapping too since it's using the same code I believe. |
Signed-off-by: Stuart Paterson <[email protected]>
I've performed manual testing against an ubuntu 16.04 vagrant box, and this worked well.
Works on freebsd11 with the caveat that base64 needs to be installed (see #445)
@mp and I tested it with knife bootstrap and verified the fix (fixes chef/chef#9404) |
The latest Inspec release (4.18.97) contains some bugs. We are going to temporaryly rollback while we are in the middle of hotfixing Chef Workstation. inspec/inspec#4899 inspec/train#576 inspec/inspec#4934 inspec/inspec#4932 Signed-off-by: tyler-ball <[email protected]>
The latest Inspec release (4.18.97) contains some bugs. We are going to temporaryly rollback while we are in the middle of hotfixing Chef Workstation. inspec/inspec#4899 inspec/train#576 inspec/inspec#4934 inspec/inspec#4932 Signed-off-by: tyler-ball <[email protected]>
Signed-off-by: Clinton Wolfe <[email protected]>
After working with this a bit and discussing with @mp, we noted that running I've now tried it with |
Signed-off-by: Stuart Paterson [email protected]
EDIT: this is a proposed fix for inspec/inspec#4826