From 226d4f11b7874b67357b251587b51d9006ea2ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 14 Dec 2011 12:20:55 +0200 Subject: [PATCH] Fixed "make submit.cf" on CentOS 6 when no make is installed. --- sendmail/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index 68b6e28..f66d5d8 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -54,7 +54,7 @@ class sendmail::client inherits sendmail::common { } exec { "make submit.cf": - path => "/bin:/usr/bin:/sbin:/usr/sbin", + path => "/bin:/usr/bin:/sbin:/usr/sbin:/etc/mail", cwd => $operatingsystem ? { "openbsd" => "/usr/share/sendmail/cf", default => "/etc/mail",