Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Hotfix: fix incorrect sendmail_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Jun 1, 2015
1 parent dc07b2b commit fcca5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

puphpet::ini { 'custom':
value => [
'sendmail_path = /home/vagrant/.rvm/gems/ruby-2.0.0-p247/bin/catchmail [email protected]',
'sendmail_path = /home/vagrant/.rvm/gems/ruby-2.2.1/bin/catchmail [email protected]',
'display_errors = On',
'error_reporting = E_ALL & ~E_NOTICE',
'display_startup_errors = On',
Expand Down

0 comments on commit fcca5cd

Please sign in to comment.