From 91a63240bdb06755a44f994ae4d693c8050d188b Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 14 Nov 2013 09:36:04 +0200 Subject: [PATCH] sendmail: Fixed depency error from sendmail on CentOS/Fedora/RHEL. --- sendmail/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index c965108..96bb876 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -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"