sendmail: Fixed depency error from sendmail on CentOS/Fedora/RHEL.

This commit is contained in:
Timo Makinen 2013-11-14 09:36:04 +02:00
parent b11ca76add
commit 91a63240bd

View file

@ -27,6 +27,7 @@ class sendmail::common {
owner => "root",
group => "root",
mode => "0644",
require => Package["sendmail"],
notify => Service["sendmail"],
}
$cabundle = "/etc/pki/tls/certs/ca-bundle.crt"