Skip to content
Snippets Groups Projects
Commit 4250af19 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Group and ownership for hash files

parent 1156b6f8
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment