From 6f3d7fc8fe51096a5dbd442cabc431f89f7241fd Mon Sep 17 00:00:00 2001
From: Frank Brehm <frank.brehm@pixelpark.com>
Date: Fri, 2 Jun 2017 13:31:46 +0200
Subject: [PATCH] Adding commented default values for PP Postfix Manifest

---
 .../pixelpark/racktables.pixelpark.com.yaml   | 34 +++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)

diff --git a/customer/pixelpark/racktables.pixelpark.com.yaml b/customer/pixelpark/racktables.pixelpark.com.yaml
index d6c3f121..2f370d0e 100644
--- a/customer/pixelpark/racktables.pixelpark.com.yaml
+++ b/customer/pixelpark/racktables.pixelpark.com.yaml
@@ -14,10 +14,40 @@ postfix::manage_mailx: false
 postfix::mastercf_source: 'puppet:///postfix_dir/master-nullclient.cf'
 postfix::myorigin: "pixelpark.com"
 
-#infra::profile::postfix::has_map_smtp_tls_peers: false
+# Default values for PP Postfix module
+#infra::profile::postfix::config_directory: '/etc/postfix'
+#infra::profile::postfix::aliases_file: ~
+#infra::profile::postfix::aliases_source: ~
+#infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}"
 #infra::profile::postfix::relayhost: '[mx.pixelpark.net]'
 #infra::profile::postfix::tls: true
+#infra::profile::postfix::tls_cert: ~
+#infra::profile::postfix::tls_key: ~
+#infra::profile::postfix::tls_chain: ~
+#infra::profile::postfix::tls_loglevel: 1
+#infra::profile::postfix::tls_received_header: true
+#infra::profile::postfix::tls_security_level: 'may'
+#infra::profile::postfix::tls_auth_only: false
+#infra::profile::postfix::cert_servername: 'wildcard.pixelpark.com'
+#infra::profile::postfix::cert_customer: ~
+
+#infra::profile::postfix::has_map_smtp_tls_peers: false
+#infra::profile::postfix::map_smtp_tls_peers: '/etc/postfix/maps/smtp-tls-peers'
 
-#infra::profile::postfix::transport_maps_source: 'maps/transport-fbb'
+#infra::profile::postfix::is_relay: false
+#infra::profile::postfix::unverified_recipient_reject_code: '550'
+#infra::profile::postfix::transport_maps_source: ~
+#infra::profile::postfix::virtual_aliases_source: ~
 #infra::profile::postfix::has_default_generic: true
 
+#infra::profile::postfix::ldap_server: 'ldap.pixelpark.com'
+#infra::profile::postfix::ldap_port: 389
+#infra::profile::postfix::ldap_timeout: 5
+#infra::profile::postfix::ldap_search_base: 'o=isp'
+#infra::profile::postfix::ldap_bind_dn: 'cn=admin'
+#infra::profile::postfix::ldap_bind_pw: 'n/a'
+
+#infra::profile::postfix::has_map_smtp_tls_peers: false
+#infra::profile::postfix::relayhost: '[mx.pixelpark.net]'
+
+
-- 
2.39.5