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

Group for main.cf and master.cf

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