Fixed "make submit.cf" on CentOS 6 when no make is installed.
This commit is contained in:
parent
67105c5b42
commit
226d4f11b7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue