From 5b52bce289ae97edf49587584099a72958c4e336 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 18 Nov 2010 00:21:40 +0000 Subject: add master.cf --- modules/postfix/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/postfix/manifests') diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 3cdff360..2eb1a00f 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -35,6 +35,10 @@ class postfix { file { '/etc/postfix/main.cf': content => template("postfix/primary_main.cf"), } + + file { '/etc/postfix/master.cf': + content => template("postfix/primary_master.cf"), + } } class secondary_smtp inherits base { -- cgit v1.2.1