]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Group for main.cf and master.cf
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 03:42:55 +0000 (00:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 03:42:55 +0000 (00:42 -0300)
manifests/classes/postfix.pp

index f1f803a550792e6a131a1a7dbd0ab12b413472e1..a3bbef9780d4dcfab81dbca0f764d0757823106c 100644 (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,