aboutsummaryrefslogtreecommitdiff
path: root/hiera
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:35:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:35:18 -0300
commit9d4f47a2b6f3231e870249823dbe0f7db1baa111 (patch)
tree9e096e4300e0059121c6ee4ede7470652107d0a3 /hiera
parentebb7769b363f8c3604f1ad20afd73677a638bbf5 (diff)
downloadpuppet-bootstrap-9d4f47a2b6f3231e870249823dbe0f7db1baa111.tar.gz
puppet-bootstrap-9d4f47a2b6f3231e870249823dbe0f7db1baa111.tar.bz2
Misc improvements and cleanup
Diffstat (limited to 'hiera')
-rw-r--r--hiera/bootstrap.yaml26
1 files changed, 21 insertions, 5 deletions
diff --git a/hiera/bootstrap.yaml b/hiera/bootstrap.yaml
index e189b51..2353846 100644
--- a/hiera/bootstrap.yaml
+++ b/hiera/bootstrap.yaml
@@ -1,12 +1,28 @@
---
#
-# Boostrap
+# 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: ''
+
+#
+# First user account
#
-# Use "mkpasswd -m sha-512" to generate root and first user's passwords
# Do not include "ssh-rsa " into the sshkey definition.
-bootstrap::base_domain: 'vagrantup.com'
-bootstrap::root::password: ''
-bootstrap::first_user: 'user'
+bootstrap::first_user: ''
bootstrap::first_user::password: ''
bootstrap::first_user::sshkey: ''
bootstrap::first_user::email: ''