Closed kimtore closed 10 years ago
The attribute default['go']['agent']['server_search_query'] throws Net::HTTPServerException: 400 "Bad Request", it contains syntax errors.
default['go']['agent']['server_search_query']
The query should be corrected to "chef_environment:#{node.chef_environment} AND recipes:go\\:\\:server".
"chef_environment:#{node.chef_environment} AND recipes:go\\:\\:server"
The attribute
default['go']['agent']['server_search_query']
throws Net::HTTPServerException: 400 "Bad Request", it contains syntax errors.The query should be corrected to
"chef_environment:#{node.chef_environment} AND recipes:go\\:\\:server"
.