Group for main.cf and master.cf

This commit is contained in:
Silvio Rhatto 2010-08-08 00:42:55 -03:00
parent 3ecf57eb82
commit 2703cae730

View file

@ -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,