Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created July 17, 2009 01:22
Show Gist options
  • Save adamhjk/148801 to your computer and use it in GitHub Desktop.
Save adamhjk/148801 to your computer and use it in GitHub Desktop.
fqdns = Array.new
search(:node) do
with :fqdn, '*opscode.com'
with(:uptime).less_than Time.now
order_by :updtime, :desc
result do |n|
fqdns << n.fqdn
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment