Skip to content

Instantly share code, notes, and snippets.

@trobrock
Created December 4, 2012 22:22
Show Gist options
  • Save trobrock/4209498 to your computer and use it in GitHub Desktop.
Save trobrock/4209498 to your computer and use it in GitHub Desktop.
include_recipe "chef_handler"
# Mail handler
chef_gem "chef-handler-mail"
chef_handler "MailHandler" do
source 'chef/handler/mail'
arguments :to_address => "root"
action :nothing
end.run_action(:enable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment