-
Notifications
You must be signed in to change notification settings - Fork 19
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
undefined method `[]' for nil:NilClass in attributes/default.rb #8
Comments
pinging @wolf31o2 |
I'll take a look at it as soon as I get a chance. |
Merged
Waiting for Travis CI before I merge this. Everything passed locally, but I prefer external tests. |
Fix released in 1.0.1 |
Thanks guys! That was a very quick turnaround :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there! I'm getting an error when I run this guy:
node['krb5']['krb5_conf'] isn't autovivified till after this appears. (unless I'm missing something). Also, I believe that the line following the error is missing a 'node' in front of the hash brackets.
Beyond that, I can't get it to run unless I comment out the entire if else block and just assign default_realm = 'LOCAL'. I don't think you can call node this way since node hasn't been defined until after these attributes are setup? I'm wrapping this and including the recipe, so maybe it's that?
The text was updated successfully, but these errors were encountered: