Skip to content

Instantly share code, notes, and snippets.

@mago0
Created June 12, 2012 14:24
Show Gist options
  • Save mago0/2917853 to your computer and use it in GitHub Desktop.
Save mago0/2917853 to your computer and use it in GitHub Desktop.
chef_gem "pony"
chef_handler "Chef::Handler::Mail" do
source "#{node[:chef_handler][:handler_path]}/mail"
arguments :to_address => node[:chef_handler][:mail][:to_address]
action :nothing
end.run_action(:enable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment