Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Fix mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud5G committed Jun 18, 2014
1 parent ac9e5e6 commit 6d5b6cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# ::Chef::Node.send(:include, Opscode::OpenSSL::Password)

default['application']['admin']['email'] = '[email protected]'


# apache2
Expand Down
12 changes: 6 additions & 6 deletions attributes/mailcatcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#

# mailcatcher
default['mailcatcher']['bin'] = '/usr/bin/env PATH=/opt/chef/embedded/bin:"$PATH" catchmail'
default['mailcatcher']['http-ip'] = '0.0.0.0'
default['mailcatcher']['http-port'] = 1080
default['mailcatcher']['smtp-ip'] = '127.0.0.1'
default['mailcatcher']['smtp-port'] = 1025
default['mailcatcher']['env-enabled'] = %w(development testing)
default['mailcatcher']['bin'] = '/usr/bin/env PATH=/opt/chef/embedded/bin:"$PATH" catchmail'
default['mailcatcher']['http-ip'] = '0.0.0.0'
default['mailcatcher']['http-port'] = 1080
default['mailcatcher']['smtp-ip'] = '127.0.0.1'
default['mailcatcher']['smtp-port'] = 1025
default['mailcatcher']['env-enabled'] = %w(development testing)

0 comments on commit 6d5b6cc

Please sign in to comment.