aboutsummaryrefslogtreecommitdiff
path: root/templates/puppet
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 15:34:24 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 15:34:24 -0200
commitc1583e76ba03cbbbdded152bf28e44c660090871 (patch)
treec47c7942eb436f10a826cb7649b9cc2c1ff946e3 /templates/puppet
parent87e4f9df64eccca0dccc8c27252b03d5591c148b (diff)
downloadpuppet-bootstrap-c1583e76ba03cbbbdded152bf28e44c660090871.tar.gz
puppet-bootstrap-c1583e76ba03cbbbdded152bf28e44c660090871.tar.bz2
Cleaning site.pp as we're using hiera now
Diffstat (limited to 'templates/puppet')
-rw-r--r--templates/puppet/modules.pp.erb2
-rw-r--r--templates/puppet/site.pp.erb52
2 files changed, 2 insertions, 52 deletions
diff --git a/templates/puppet/modules.pp.erb b/templates/puppet/modules.pp.erb
index ee98397..3df3fe3 100644
--- a/templates/puppet/modules.pp.erb
+++ b/templates/puppet/modules.pp.erb
@@ -1,5 +1,5 @@
#
-# These are the modules we use.
+# Module definitions.
#
# Nodo automatically import all modules we need.
diff --git a/templates/puppet/site.pp.erb b/templates/puppet/site.pp.erb
index eaeff88..6f3e5aa 100644
--- a/templates/puppet/site.pp.erb
+++ b/templates/puppet/site.pp.erb
@@ -1,58 +1,8 @@
#
# Puppet site configuration.
#
+
import "classes/users.pp"
import "classes/websites.pp"
import "modules.pp"
import "nodes.pp"
-
-# Default execution path
-Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }
-
-# Fileserver backup
-filebucket { server: server => "admin.<%= domain %>" }
-File { backup => server }
-
-# General configuration
-$network_name = '<%= domain %> cloud'
-
-# MySQL password
-$mysql_rootpw = '<%= mysql_rootpw %>'
-
-# Puppetmaster db password
-$puppetmaster_db_password = '<%= puppetmaster_db_password %>'
-
-# OpenDNS nameservers in case we need on DNS outages
-$opendns_nameservers = '208.67.222.222:208.67.220.220'
-
-# Munin
-$global_munin_allow = '192.168.0.[0-9]*'
-
-# We want puppet to manage it's certificates
-$puppetmaster_manage_ca = false
-
-# Reprepro
-#$reprepro_uploaders = [ '' ]
-
-# Mail configuration
-#$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'