Skip to content
Snippets Groups Projects
Commit 94a8efd9 authored by Theo Chatzimichos's avatar Theo Chatzimichos
Browse files

set mode 0644 for /etc/mailname

parent 52cfe0ea
Branches
Tags
No related merge requests found
...@@ -24,6 +24,7 @@ class postfix::files { ...@@ -24,6 +24,7 @@ class postfix::files {
file { '/etc/mailname': file { '/etc/mailname':
ensure => 'file', ensure => 'file',
content => "${::fqdn}\n", content => "${::fqdn}\n",
mode => '0644',
seltype => $postfix::params::seltype, seltype => $postfix::params::seltype,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment