From fcca5cd10dcdf3f75203dc9681aeccbb3ed09eaf Mon Sep 17 00:00:00 2001 From: Steven Rombauts Date: Mon, 1 Jun 2015 15:28:54 +0100 Subject: [PATCH] Hotfix: fix incorrect sendmail_path --- puppet/manifests/default.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/manifests/default.pp b/puppet/manifests/default.pp index 83dca85..7c24edc 100644 --- a/puppet/manifests/default.pp +++ b/puppet/manifests/default.pp @@ -161,7 +161,7 @@ puphpet::ini { 'custom': value => [ - 'sendmail_path = /home/vagrant/.rvm/gems/ruby-2.0.0-p247/bin/catchmail -fnoreply@example.com', + 'sendmail_path = /home/vagrant/.rvm/gems/ruby-2.2.1/bin/catchmail -fnoreply@example.com', 'display_errors = On', 'error_reporting = E_ALL & ~E_NOTICE', 'display_startup_errors = On',