Skip to content

Commit

Permalink
- Comment out exim by default...
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Sep 11, 2010
1 parent f1defeb commit db1e1e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cookbooks/main/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
# require_recipe "sunspot"
#
#uncomment to run the exim recipe
exim_auth "auth" do
my_hostname "my_hostname.com"
smtp_host "smtp.sendgrid.com"
username "username"
password "password"
end
#exim_auth "auth" do
# my_hostname "my_hostname.com"
# smtp_host "smtp.sendgrid.com"
# username "username"
# password "password"
#end
#require_recipe "exim"

#uncomment to run the exim::auth recipe
Expand Down

0 comments on commit db1e1e5

Please sign in to comment.