Skip to content
Snippets Groups Projects
Commit b6bf665d authored by Mathieu Sauve-Frankel's avatar Mathieu Sauve-Frankel
Browse files

fix indentation of code block

parent 8d9cc866
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -5,16 +5,18 @@ generated from an Erubis template.
# USAGE:
include_recipe "chef_handler"
gem_package "chef-handler-mail" do
action :nothing
end.run_action(:install)
chef_handler 'mail-handler' do
source 'chef/handler/mail'
args :to_address "admins@example.com"
end
Using chef_handler LWRP:
include_recipe "chef_handler"
gem_package "chef-handler-mail" do
action :nothing
end.run_action(:install)
chef_handler 'mail-handler' do
source 'chef/handler/mail'
args :to_address "admins@example.com"
end
# LICENSE AND AUTHOR:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment