-
Notifications
You must be signed in to change notification settings - Fork 28
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
get_private_key_with_path
doesn't work well with all possible key names
#62
Labels
Type: Bug
Does not work as expected.
Comments
Just hit this w/ chef provisioning unable to find private key because it was called |
I signed an Opscode CLA maybe ~2 years ago. If I fixed this could I get the patch merged or do I need to go through all the motions again? |
@hfinucane if you put out a fix PR we can get it merged! |
@tyler-ball please? |
tyler-ball
added a commit
that referenced
this issue
Nov 18, 2015
Support arbitrarily named private keys
<3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a private key with period characters in the name, you get down around here:
cheffish/lib/cheffish.rb
Line 103 in 087f683
Probably an
elsif File.exists? key
block down at the end would fix it.The text was updated successfully, but these errors were encountered: