aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-27 14:15:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-27 14:15:49 -0200
commit25cf41ab39e8c6f249d0a441f77df701d172dd31 (patch)
tree2e54f02cdf082cbe5e346819bee9a70e4ae96681
parent8bb39368acf0362b4db628b8957d657860a7c335 (diff)
downloadpuppet-bootstrap-25cf41ab39e8c6f249d0a441f77df701d172dd31.tar.gz
puppet-bootstrap-25cf41ab39e8c6f249d0a441f77df701d172dd31.tar.bz2
Adding more site.pp parameters
-rw-r--r--templates/puppet/site.pp.erb17
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'