Puppet module's own local-host-names doesn't make much sense? Use empty file instead.

This commit is contained in:
Ossi Herrala 2013-02-11 15:10:13 +00:00
parent 798596315e
commit a568b5cfc5

View file

@ -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",