Skip to content

Commit 4250af1

Browse files
committed
Group and ownership for hash files
1 parent 1156b6f commit 4250af1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/definitions/hash.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
file {"${name}":
5252
ensure => $ensure,
5353
mode => 600,
54+
owner => root,
55+
group => root,
5456
seltype => $postfix_seltype,
5557
require => Package["postfix"],
5658
}
@@ -59,6 +61,8 @@
5961
file {"${name}":
6062
ensure => $ensure,
6163
mode => 600,
64+
owner => root,
65+
group => root,
6266
source => $source,
6367
seltype => $postfix_seltype,
6468
require => Package["postfix"],

0 commit comments

Comments
 (0)