Group for main.cf and master.cf
This commit is contained in:
parent
3ecf57eb82
commit
2703cae730
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ class postfix {
|
|||
file { "/etc/postfix/master.cf":
|
||||
ensure => present,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => "0644",
|
||||
content => $operatingsystem ? {
|
||||
Redhat => template("postfix/master.cf.redhat5.erb"),
|
||||
|
@ -94,6 +95,7 @@ class postfix {
|
|||
file { "/etc/postfix/main.cf":
|
||||
ensure => present,
|
||||
owner => "root",
|
||||
group => "root",
|
||||
mode => "0644",
|
||||
source => "puppet:///postfix/main.cf",
|
||||
replace => false,
|
||||
|
|
Loading…
Reference in a new issue