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
d3b54174
Commit
d3b54174
authored
May 15, 2015
by
Mickaël Canévet
Browse files
Add missing ownership
parent
626d026a
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/hash.pp
View file @
d3b54174
...
...
@@ -58,6 +58,9 @@ define postfix::hash (
ensure
=>
$ensure
,
source
=>
$source
,
content
=>
$content
,
owner
=>
'root'
,
group
=>
'root'
,
mode
=>
'0644'
,
require
=>
Package
[
'postfix'
],
}
...
...
Write
Preview
Markdown
is supported
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