-
-
Save dreamcat4/261364 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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