Skip to content

Instantly share code, notes, and snippets.

@fujin
Created December 21, 2009 23:40
Show Gist options
  • Save fujin/261360 to your computer and use it in GitHub Desktop.
Save fujin/261360 to your computer and use it in GitHub Desktop.
ruby_block "fire that shit up dawg" do
block do
fork do
fork do
exec "chef-solo zzzzzzzzzzz"
exit
end
exit
end
Chef::Application.fatal! "oh snap", 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment