Skip to content

Instantly share code, notes, and snippets.

@bramswenson
Created April 22, 2010 01:38
Show Gist options
  • Save bramswenson/374700 to your computer and use it in GitHub Desktop.
Save bramswenson/374700 to your computer and use it in GitHub Desktop.
ssh to chef server
run irb
Dir['/var/chef/cache/checksums/*'].each {|f|puts f; Marshal.load(IO.read(f))}
when irb spews error delete file it spews about
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment