Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Forked from fujin/fireitup.rb
Created December 21, 2009 23:42
Show Gist options
  • Save dreamcat4/261364 to your computer and use it in GitHub Desktop.
Save dreamcat4/261364 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