diff options
| -rw-r--r-- | puppet/modules/site_apt/templates/wheezy/postfix.seeds | 1 | ||||
| -rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/puppet/modules/site_apt/templates/wheezy/postfix.seeds b/puppet/modules/site_apt/templates/wheezy/postfix.seeds new file mode 100644 index 00000000..1a878ccc --- /dev/null +++ b/puppet/modules/site_apt/templates/wheezy/postfix.seeds @@ -0,0 +1 @@ +postfix	postfix/main_mailer_type	select	No configuration 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], | 
