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
4250af19
Commit
4250af19
authored
Aug 17, 2010
by
Silvio Rhatto
Browse files
Group and ownership for hash files
parent
1156b6f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/definitions/hash.pp
View file @
4250af19
...
...
@@ -51,6 +51,8 @@ define postfix::hash ($ensure="present", $source = false) {
file
{
"
${name}
"
:
ensure
=>
$ensure
,
mode
=>
600
,
owner
=>
root
,
group
=>
root
,
seltype
=>
$postfix_seltype
,
require
=>
Package
[
"postfix"
],
}
...
...
@@ -59,6 +61,8 @@ define postfix::hash ($ensure="present", $source = false) {
file
{
"
${name}
"
:
ensure
=>
$ensure
,
mode
=>
600
,
owner
=>
root
,
group
=>
root
,
source
=>
$source
,
seltype
=>
$postfix_seltype
,
require
=>
Package
[
"postfix"
],
...
...
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