- pp_postfix
# Necessary, because the host has a local caching only DNS resolver
-#puppetconf::server: puppetmaster01.pixelpark.com
+# puppetconf::server: puppetmaster01.pixelpark.com
#####################################################
# Logrotation
infra::profile::logrotate::rules:
+ wtmp:
+ dateformat: '-%Y-%m-%d'
+ btmp:
+ dateformat: '-%Y-%m-%d'
named:
path: '/var/log/named/*.log'
rotate_every: 'day'
dateformat: '-%Y-%m-%d'
compress: true
delaycompress: true
- missingok: true
sharedscripts: true
postrotate: '/usr/sbin/rndc reload >/dev/null'
named_run:
sasl::authd::ldap_search_base: 'o=isp'
sasl::authd::ldap_servers:
- 'ldap://ldap.pixelpark.com'
-#sasl::authd::ldap_start_tls: false
+# sasl::authd::ldap_start_tls: false
sasl::authd::bind_dn: 'cn=admin'
sasl::authd::ldap_bind_dn: 'cn=admin'
sasl::authd::ldap_password: >
postfix::mastercf_source: 'puppet:///postfix_dir/master.cf'
postfix::myorigin: 'pixelpark.com'
-#pp_postfix::config_directory: '/etc/postfix'
+# pp_postfix::config_directory: '/etc/postfix'
pp_postfix::aliases_file: '/etc/postfix/maps/aliases'
pp_postfix::aliases_source: 'puppet:///postfix_dir/maps/aliases'
-#pp_postfix::myorigin: "%{hiera('postfix::myorigin')}"
-#pp_postfix::relayhost: ~
-#pp_postfix::tls: true
-#pp_postfix::tls_cert: ~
-#pp_postfix::tls_key: ~
-#pp_postfix::tls_chain: ~
-#pp_postfix::tls_loglevel: 1
-#pp_postfix::tls_received_header: true
-#pp_postfix::tls_security_level: 'may'
-#pp_postfix::tls_auth_only: false
-#pp_postfix::cert_servername: 'wildcard.pixelpark.com'
-#pp_postfix::cert_customer: 'pixelpark'
+# pp_postfix::myorigin: "%{hiera('postfix::myorigin')}"
+# pp_postfix::relayhost: ~
+# pp_postfix::tls: true
+# pp_postfix::tls_cert: ~
+# pp_postfix::tls_key: ~
+# pp_postfix::tls_chain: ~
+# pp_postfix::tls_loglevel: 1
+# pp_postfix::tls_received_header: true
+# pp_postfix::tls_security_level: 'may'
+# pp_postfix::tls_auth_only: false
+# pp_postfix::cert_servername: 'wildcard.pixelpark.com'
+# pp_postfix::cert_customer: 'pixelpark'
pp_postfix::has_map_smtp_tls_peers: true
-#pp_postfix::map_smtp_tls_peers: '/etc/postfix/maps/smtp-tls-peers'
+# pp_postfix::map_smtp_tls_peers: '/etc/postfix/maps/smtp-tls-peers'
pp_postfix::is_relay: true
-#pp_postfix::unverified_recipient_reject_code: '550'
-#pp_postfix::transport_maps_source: ~
+# pp_postfix::unverified_recipient_reject_code: '550'
+# pp_postfix::transport_maps_source: ~
pp_postfix::virtual_aliases_source: ~
pp_postfix::has_default_generic: false
-#pp_postfix::virtual_regex: ~
+# pp_postfix::virtual_regex: ~
-#pp_postfix::ldap_server: 'ldap.pixelpark.com'
-#pp_postfix::ldap_port: '389'
-#pp_postfix::ldap_timeout: '5'
-#pp_postfix::ldap_search_base: 'o=isp'
-#pp_postfix::ldap_bind_dn: 'cn=admin'
+# pp_postfix::ldap_server: 'ldap.pixelpark.com'
+# pp_postfix::ldap_port: '389'
+# pp_postfix::ldap_timeout: '5'
+# pp_postfix::ldap_search_base: 'o=isp'
+# pp_postfix::ldap_bind_dn: 'cn=admin'
pp_postfix::ldap_bind_pw: >
ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
DQYJKoZIhvcNAQEBBQAEggEAkGouEnyjTBA40/lpw1BEHsDx2b2I3L2HHnm9
infra::profile::logrotate::config:
dateformat: '-%Y-%m-%d'
-infra::profile::logrotate::rules:
- wtmp:
- dateformat: '-%Y-%m-%d'
- btmp:
- dateformat: '-%Y-%m-%d'
- named:
- path: '/var/log/named/*.log'
- rotate_every: 'day'
- rotate: 10
- missingok: true
- minsize: '4M'
- su_owner: 'named'
- su_group: 'named'
- create: true
- create_mode: '0644'
- create_owner: 'named'
- create_group: 'named'
- dateext: true
- dateformat: '-%Y-%m-%d'
- compress: true
- delaycompress: true
- missingok: true
- sharedscripts: true
- postrotate: |
- /usr/sbin/rndc reload >/dev/null
- named_run:
- path: '/var/named/data/named.run'
- missingok: true
- su_owner: 'named'
- su_group: 'named'
- create: true
- create_mode: '0644'
- create_owner: 'named'
- create_group: 'named'
- postrotate: |
- /usr/bin/systemctl reload named.service > /dev/null 2>&1 || true
- /usr/bin/systemctl reload named-chroot.service > /dev/null 2>&1 || true
- /usr/bin/systemctl reload named-sdb.service > /dev/null 2>&1 || true
- /usr/bin/systemctl reload named-sdb-chroot.service > /dev/null 2>&1 || true
- /usr/bin/systemctl reload named-pkcs11.service > /dev/null 2>&1 || true
-
# vim: et list