Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
94a8efd9
Commit
94a8efd9
authored
Aug 16, 2016
by
Theo Chatzimichos
Browse files
set mode 0644 for /etc/mailname
parent
52cfe0ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/files.pp
View file @
94a8efd9
...
...
@@ -24,6 +24,7 @@ class postfix::files {
file
{
'/etc/mailname'
:
ensure
=>
'file'
,
content
=>
"
${::fqdn}
\n
"
,
mode
=>
'0644'
,
seltype
=>
$postfix::params::seltype
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment