diff options
Diffstat (limited to 'templates/puppet/site.pp.erb')
-rw-r--r-- | templates/puppet/site.pp.erb | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/templates/puppet/site.pp.erb b/templates/puppet/site.pp.erb index bc413aa..eaeff88 100644 --- a/templates/puppet/site.pp.erb +++ b/templates/puppet/site.pp.erb @@ -35,9 +35,24 @@ $puppetmaster_manage_ca = false #$reprepro_uploaders = [ '' ] # Mail configuration -#$root_mail_recipient = 'messages@lists.project' +#$root_mail_recipient = 'messages@lists.domain.org' #$postfix_mynetworks = '127.0.0.0/8, 192.168.0.0/28' #$postfixadmin_database_password = '' #$postfixadmin_setup_hash = '' #$sympa_database_password = '' #$sympa_listmasters = 'user1@domain.org, user2@domain.org' +#$sympa_logo_html_definition = '<img src="https://images.domain.org/domain.png" alt="Domain" />' +#$roundcube_des_key = 'HASHME' +#$exim_tls_verify_relay_to_domains = 'domain.org : friend.domain.org' + +# Puppet configuration +#$puppetd_configtimeout = 300 + +# Nagios +#$nagios_ping_rate = '!300.0,50%!800.0,80%' + +# SSL computational DoS mitigation +#$firewall_global_ssl_ratelimit = 's:ssl:200/min:20' + +# Apt configuration +#$custom_key_dir = 'puppet:///modules/site-apt/keys.d' |