-
Notifications
You must be signed in to change notification settings - Fork 85
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
Work with a client/node name of node[:fqdn] #11
Comments
Looks like we aren't running |
@josephholsten Thanks, we will start process these PRs shortly. Getting some test specs together first. |
@josephholsten I'll look into it but we did add some node data but I'm still fighting with tests. I am trying to get our testing in place so we can start accepting pull requests. |
sounds good. |
leftathome
pushed a commit
that referenced
this issue
Oct 3, 2013
leftathome
pushed a commit
that referenced
this issue
Oct 3, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the "chef-client::config" recipe
And the Chef::Config[:node_name] == node["fqdn"]
Then "/etc/chef/client.rb" has no "node_name" attribute
So when using
chef-client -c /etc/chef/client.rb
Then there is an "ArgumentError" with message "Cannot sign the request without a client name, check that :node_name is assigned"
Instead, if the config file contains no client name or node name
chef-client
should use "node[:fqdn]"The text was updated successfully, but these errors were encountered: