]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Adding commented default values for PP Postfix Manifest
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 2 Jun 2017 11:31:46 +0000 (13:31 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 2 Jun 2017 11:31:46 +0000 (13:31 +0200)
customer/pixelpark/racktables.pixelpark.com.yaml

index d6c3f121f8c5b0a65d26b18ee34a2335aff84f61..2f370d0e38b52616e909f431b3a7b760068e173b 100644 (file)
@@ -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]'
+
+