Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Revert "search for nodes in same chef environment"
Browse files Browse the repository at this point in the history
This reverts commit 3a24a85.
  • Loading branch information
hamann committed Oct 8, 2013
1 parent 3a24a85 commit 9772d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include_recipe "collectd"

servers = []
search(:node, "recipes:collectd\\:\\:server AND chef_environment:#{node.chef_environment}") do |n|
search(:node, 'recipes:collectd\\:\\:server') do |n|
servers << n['fqdn']
end

Expand Down

0 comments on commit 9772d45

Please sign in to comment.