aboutsummaryrefslogtreecommitdiff
path: root/hiera
diff options
context:
space:
mode:
Diffstat (limited to 'hiera')
-rw-r--r--hiera/bootstrap.yaml12
-rw-r--r--hiera/common.yaml14
-rw-r--r--hiera/hiera.yaml1
3 files changed, 17 insertions, 10 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: ''
diff --git a/hiera/common.yaml b/hiera/common.yaml
index e3fe862..d7e35a1 100644
--- a/hiera/common.yaml
+++ b/hiera/common.yaml
@@ -1,10 +1,5 @@
---
#
-# Boostrap
-#
-bootstrap::base_domain: 'vagrantup.com'
-
-#
# General
#
nodo::subsystem::apt::include_src: false
@@ -49,8 +44,7 @@ ntp::servers:
#
# Nameservers
#
-# OpenDNS:
-#
-#nodo::subsystem::resolver::nameservers:
-# - '208.67.222.222'
-# - '208.67.220.220'
+# OpenDNS
+nodo::subsystem::resolver::nameservers:
+ - '208.67.222.222'
+ - '208.67.220.220'
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml
index d22acc0..c911f2e 100644
--- a/hiera/hiera.yaml
+++ b/hiera/hiera.yaml
@@ -12,3 +12,4 @@
- '%{::environment}/virtual/%{::virtual}'
- '%{::environment}/role/%{::role}'
- common
+ - bootstrap