From a568b5cfc5a57d0cfd3061dfa72bcdb7ccff856d Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Mon, 11 Feb 2013 15:10:13 +0000 Subject: [PATCH] Puppet module's own local-host-names doesn't make much sense? Use empty file instead. --- 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 054d872..9cf5c98 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -358,7 +358,7 @@ class sendmail::server inherits sendmail::common { source => [ "puppet:///files/mail/local-host-names.${fqdn}", "puppet:///files/mail/local-host-names", - "puppet:///modules/sendmail/local-host-names", + "puppet:///modules/sendmail/empty", ], mode => "0644", owner => "root",