Skip to content
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

Use node[:ipaddress] instead of node.ipaddress (Chef 13) #350

Closed
benthorner opened this issue May 5, 2017 · 2 comments
Closed

Use node[:ipaddress] instead of node.ipaddress (Chef 13) #350

benthorner opened this issue May 5, 2017 · 2 comments

Comments

@benthorner
Copy link

After upgrading to Chef 13, I get the following error when running with seed discovery enabled.

 undefined method `ipaddress' for #<Chef::Node::Attribute:0x000000047b36e0>
@michaelklishin
Copy link
Owner

@benthorner please submit a PR.

@benthorner
Copy link
Author

I've made a fork, but I'm struggling to get the integration tests passing. Vagrant doesn't seem to work (known VirtualBox networking issue). I've got some of the docker integration tests passing, but I don't have the time to fix everything. What would you like to do?

michaelklishin added a commit that referenced this issue Dec 25, 2017
Switch to standardized node attribute syntax. Fixes #350
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants