aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/postfix/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index 22b2a1ad..855778da 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -49,6 +49,10 @@ class postfix {
class primary_smtp inherits smtp_server {
file { '/etc/postfix/master.cf':
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 644,
content => template("postfix/primary_master.cf"),
}
}