-
Notifications
You must be signed in to change notification settings - Fork 18
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
failure: undefined method `match' for nil:NilClass #710
Comments
Is there any more to the error output other than just the message you posted above? |
This is the full output with the option -v
This is the application.log
|
Sorry for the run around. Can you run with |
No problem! Here is the debug output where it fails:
|
I've done a tcp dump, and this is what chef returns:
The data bag is created, but it's empty. |
When i want to provision an EC2 server i get an error: "failure: undefined method `match' for nil:NilClass". This error occurs after unlocking the chef_environment. My ruby version is 2.0.0p45 and the bootstrap.json file looks like this:
The only parameters i changed in config.json are those of chef.
The text was updated successfully, but these errors were encountered: