Skip to content
GitLab
Menu
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
44ab771c
Commit
44ab771c
authored
Jan 30, 2018
by
Romain Tartière
Committed by
Mickaël Canévet
May 24, 2018
Browse files
Relax permissions
These files do not contain sensitive data, so keep the default files permissions.
parent
ee220c86
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/files.pp
View file @
44ab771c
...
...
@@ -39,7 +39,7 @@ class postfix::files {
file
{
'/etc/mailname'
:
ensure
=>
'file'
,
content
=>
"
${::fqdn}
\n
"
,
mode
=>
'064
0
'
,
mode
=>
'064
4
'
,
seltype
=>
$postfix::params::seltype
,
}
...
...
@@ -66,7 +66,7 @@ class postfix::files {
ensure
=>
'file'
,
content
=>
$mastercf_content
,
group
=>
'root'
,
mode
=>
'064
0
'
,
mode
=>
'064
4
'
,
owner
=>
'root'
,
seltype
=>
$postfix::params::seltype
,
source
=>
$mastercf_source
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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