Skip to content

Instantly share code, notes, and snippets.

@jboxman
Created July 12, 2009 23:15
Show Gist options
  • Save jboxman/145830 to your computer and use it in GitHub Desktop.
Save jboxman/145830 to your computer and use it in GitHub Desktop.
require 'chef/log'
keys = []
search(:node, "keys_ssh_host_rsa_public") do |node|
keys << node
end
Chef::Log.info keys.inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment