Group and ownership for hash files
This commit is contained in:
parent
1156b6f823
commit
4250af19b6
1 changed files with 4 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue