Puppet module's own local-host-names doesn't make much sense? Use empty file instead.
This commit is contained in:
parent
798596315e
commit
a568b5cfc5
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class sendmail::server inherits sendmail::common {
|
||||||
source => [
|
source => [
|
||||||
"puppet:///files/mail/local-host-names.${fqdn}",
|
"puppet:///files/mail/local-host-names.${fqdn}",
|
||||||
"puppet:///files/mail/local-host-names",
|
"puppet:///files/mail/local-host-names",
|
||||||
"puppet:///modules/sendmail/local-host-names",
|
"puppet:///modules/sendmail/empty",
|
||||||
],
|
],
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
|
|
Loading…
Add table
Reference in a new issue