diff options
author | varac <varacanero@zeromail.org> | 2013-08-29 16:02:07 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-08-29 18:54:04 +0200 |
commit | 683a1dbe729d3979c9390e2d0aeb5e0e4c258370 (patch) | |
tree | 80cbface8ed66bd4a2f92bd597daa0108140fcd2 /puppet/modules/site_postfix/manifests | |
parent | fb10fcf5484417c5bfb9099c17f0edf4ccf3bc09 (diff) |
Deploy postfix with an empty main.cf as beginning (Feature #3584)
Diffstat (limited to 'puppet/modules/site_postfix/manifests')
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp index 53dd9be4..ed5b3832 100644 --- a/puppet/modules/site_postfix/manifests/mx.pp +++ b/puppet/modules/site_postfix/manifests/mx.pp @@ -32,6 +32,7 @@ class site_postfix::mx { } class { 'postfix': + preseed => true, root_mail_recipient => $root_mail_recipient, smtp_listen => 'all', require => [ X509::Key[$cert_name], X509::Cert[$cert_name], |