sendmail: Fixed depency error from sendmail on CentOS/Fedora/RHEL.
This commit is contained in:
parent
b11ca76add
commit
91a63240bd
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue