]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Removing unnecessary variables from new Postfix configuration
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 1 Jun 2017 10:03:37 +0000 (12:03 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 1 Jun 2017 10:03:37 +0000 (12:03 +0200)
customer/pixelpark/racktables.pixelpark.com.yaml
customer/pixelpark/test-mail02.pixelpark.net.yaml

index b627c7d3ebff06ba971aad71e50a4dbaf2dacca7..797061200bf053cf14bbd480517c60fe1483f3eb 100644 (file)
@@ -19,23 +19,24 @@ postfix::myorigin: "pixelpark.com"
 #infra::profile::postfix::tls: true
 
 #infra::profile::postfix::transport_maps_source: 'maps/transport-fbb'
+#infra::profile::postfix::has_default_generic: true
 
 # Main.cf config entries
 infra::profile::postfix::configs:
   alias_database:
     ensure: 'blank'
-  mynetworks:
-    value: "127.0.0.0/8"
-  smtp_generic_maps:
-    value: '${default_database_type}:${config_directory}/generic'
+#  mynetworks:
+#    value: "127.0.0.0/8"
+#  smtp_generic_maps:
+#    value: '${default_database_type}:${config_directory}/generic'
 #  virtual_alias_maps:
 #    value: '${default_database_type}:${config_directory}/virtual'
 
 # All postfix hash databases
-infra::profile::postfix::hashes:
-  '/etc/postfix/generic':
-    ensure: 'present'
-    content: "root        root+%{::fqdn}\n"
+#infra::profile::postfix::hashes:
+#  '/etc/postfix/generic':
+#    ensure: 'present'
+#    content: "root        root+%{::fqdn}\n"
 #  '/etc/postfix/virtual':
 #    ensure: 'present'
 #    source: 'puppet:///postfix_dir/maps/virtual-nullclient'
index 80cd9abb5da828bf067a771e9fe9ed3e6f008ace..0aa730e23799e31e0e572ba1273f7bd8f2bc41d6 100644 (file)
@@ -67,6 +67,7 @@ infra::profile::postfix::has_map_smtp_tls_peers: true
 #infra::profile::postfix::relayhost: ''
 infra::profile::postfix::tls: true
 infra::profile::postfix::is_relay: true
+infra::profile::postfix::has_default_generic: false
 
 #infra::profile::postfix::ldap_server: 'ldap.pixelpark.com'
 #infra::profile::postfix::ldap_port: '389'
@@ -106,8 +107,8 @@ infra::profile::postfix::configs:
     value: 'hash:/etc/postfix/maps/aliases'
   masquerade_domains:
     value: 'hash:/etc/postfix/maps/masquerade_domains'
-  mynetworks:
-    value: 'cidr:/etc/postfix/maps/my-networks'
+#  mynetworks:
+#    value: 'cidr:/etc/postfix/maps/my-networks'
   recipient_canonical_maps:
     value: 'hash:/etc/postfix/maps/canonical-recipients ldap:/etc/postfix/ldap/mailroutingaddress.cf'
   relay_domains:
@@ -154,10 +155,10 @@ infra::profile::postfix::hashes:
 
 # All other postfix configuration files
 infra::profile::postfix::conffiles:
-  my-networks:
-    ensure: 'present'
-    path: '/etc/postfix/maps/my-networks'
-    source: 'puppet:///postfix_dir/maps/my-networks'
+#  my-networks:
+#    ensure: 'present'
+#    path: '/etc/postfix/maps/my-networks'
+#    source: 'puppet:///postfix_dir/maps/my-networks'
 #  virtual-regex:
 #    ensure: 'present'
 #    path: '/etc/postfix/maps/virtual-regex'