gocd / go-cookbook

Cookbook that installs and configures the open-source ThoughtWorks Studios GoCD product
http://www.gocd.org/
Apache License 2.0
44 stars 66 forks source link

Chef search for server node has syntax errors #29

Closed kimtore closed 10 years ago

kimtore commented 10 years ago

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".