aboutsummaryrefslogtreecommitdiff
path: root/hiera/bootstrap.yaml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:24:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:24:39 -0300
commit846876934b55e68554f935cb5101cb866d2f1cd6 (patch)
tree5ed23fd73b6601346120841028ddce858c74ac66 /hiera/bootstrap.yaml
parent4c1bab861dba2f1d8bca76b5545729189a508f54 (diff)
downloadpuppet-bootstrap-846876934b55e68554f935cb5101cb866d2f1cd6.tar.gz
puppet-bootstrap-846876934b55e68554f935cb5101cb866d2f1cd6.tar.bz2
Move from config.pp to hiera
Diffstat (limited to 'hiera/bootstrap.yaml')
-rw-r--r--hiera/bootstrap.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/hiera/bootstrap.yaml b/hiera/bootstrap.yaml
new file mode 100644
index 0000000..e189b51
--- /dev/null
+++ b/hiera/bootstrap.yaml
@@ -0,0 +1,12 @@
+---
+#
+# Boostrap
+#
+# 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::password: ''
+bootstrap::first_user::sshkey: ''
+bootstrap::first_user::email: ''