summaryrefslogtreecommitdiff
path: root/puppet/hiera
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/hiera')
-rw-r--r--puppet/hiera/bootstrap.yaml44
-rw-r--r--puppet/hiera/common.yaml55
-rw-r--r--puppet/hiera/hiera.yaml33
-rw-r--r--puppet/hiera/node/puppet-bootstrap.example.org.yaml14
4 files changed, 0 insertions, 146 deletions
diff --git a/puppet/hiera/bootstrap.yaml b/puppet/hiera/bootstrap.yaml
deleted file mode 100644
index c4f6bca..0000000
--- a/puppet/hiera/bootstrap.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
----
-#
-# Puppet Bootstrap Configuration Parameters.
-#
-# This file is responsible to set custom values to your new puppet repository
-# to reflect the custom configuration for your infrastructure.
-#
-# This configuration is useful mostly after you cloned the puppet-boostrap module
-# and want to configure it to boostrap a whole puppetmaster infrastructure.
-#
-
-# The base domain for your infrastructure.
-bootstrap::base_domain: 'vagrantup.com'
-
-#
-# Root password.
-#
-# Use "mkpasswd -m sha-512" to generate root and first user's passwords.
-bootstrap::root::password: '$5$aosRByu9U0$Cc7l2vpjV4sRLlao2JmG0lxOnD2crNLU7gZfn2eayu.'
-
-#
-# First user account
-#
-# Do not include "ssh-rsa " into the sshkey definition.
-bootstrap::first_user: 'vagrant'
-bootstrap::first_user::password: '$5$NCuDu81a$iHr7tZiGX0tKooq6N0bEwE7QDhRqfI9/yyD7WU1GiFB'
-bootstrap::first_user::sshkey: 'AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ=='
-bootstrap::first_user::email: ''
-
-#
-# First nodes
-#
-
-# Hostname of the first server
-bootstrap:first_hostname: ''
-
-# Create manifests and config for the first nodes?
-bootstrap::first_nodes: false
-
-# MySQL password
-mysql::server::rootpw: 'hackme'
-
-# Puppet master db password
-nodo::role::master::db_password: 'hackme'
diff --git a/puppet/hiera/common.yaml b/puppet/hiera/common.yaml
deleted file mode 100644
index 8a04a26..0000000
--- a/puppet/hiera/common.yaml
+++ /dev/null
@@ -1,55 +0,0 @@
----
-#
-# General
-#
-nodo::subsystem::apt::include_src: false
-nodo::subsystem::apt::use_next_release: false
-nodo::subsystem::monitor::use_nagios: false
-nodo::subsystem::monitor::address: "%{::fqdn}"
-
-#
-# Firewall
-#
-firewall::ssl_ratelimit: "s:ssl:200/min:20"
-firewall::local_net: false
-firewall::local::manage_host: true
-firewall::local::manage_iface: false
-
-#
-# Mail
-#
-mail::sympa::subdomain: "listas"
-mail::sympa::lang: "pt_BR"
-
-#
-# Monitoring
-#
-nodo::munin_node::allow: '127.0.0.1:192.168.0.[0-9]*:192.168.1.[0-9]*'
-
-#
-# Wordpress
-#
-wordpress::locale: 'pt_BR'
-
-#
-# Timezone and ntp
-#
-ntp::zone: "Brazil/East"
-ntp::pool: "south-america.pool.ntp.org"
-ntp::servers:
- - 'a.ntp.br'
- - 'b.ntp.br'
- - 'c.ntp.br'
-
-#
-# Nameservers
-#
-# OpenDNS
-nodo::subsystem::resolver::nameservers:
- - '208.67.222.222'
- - '208.67.220.220'
-
-#
-# Puppet config
-#
-nodo::base::puppet_mode: 'apply'
diff --git a/puppet/hiera/hiera.yaml b/puppet/hiera/hiera.yaml
deleted file mode 100644
index a8ae792..0000000
--- a/puppet/hiera/hiera.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-:backends:
- - yaml
-:yaml:
- # Right now vagrant and puppet are not fully supporting
- # a relative datadir. For it to work, we were forced to
- # create a manifests/hiera symlink. This should be
- # reconsidered in the future.
- #
- # See http://docs.vagrantup.com/v2/provisioning/puppet_apply.html
- :datadir: '%{settings::confdir}/hiera'
-:hierarchy:
- #
- # Put in the secrets folder all sensitive information that
- # wont be spread into every system if you're using the Hydra Suite.
- #
- # We also recommend to leave only encrypted data in your hiera config.
- #
- - 'secrets/node/%{::clientcert}'
- - 'secrets/role/%{::nodo::role}'
- - 'secrets/location/%{::nodo::location}'
- - 'secrets/domain/%{::domain}'
-
- #
- # All other stuff goes in regular YAML files.
- #
- - 'node/%{::clientcert}'
- - 'role/%{::nodo::role}'
- - 'virtual/%{::virtual}'
- - 'location/%{::nodo::location}'
- - 'domain/%{::domain}'
- - bootstrap
- - common
diff --git a/puppet/hiera/node/puppet-bootstrap.example.org.yaml b/puppet/hiera/node/puppet-bootstrap.example.org.yaml
deleted file mode 100644
index c108e7d..0000000
--- a/puppet/hiera/node/puppet-bootstrap.example.org.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-#
-# MySQL
-#
-# The following password is public information and therefore
-# shall not be user on production.
-mysql::server::rootpw: '9pRfteNbSFFyrHhackme'
-
-#
-# Backup
-#
-nodo::subsystem::backup::localhost: false
-nodo::subsystem::backup::encryptkey: 'none'
-nodo::subsystem::backup::password: 'hacked'