aboutsummaryrefslogtreecommitdiff
path: root/hiera/bootstrap.yaml
blob: f37c1759d812dd21eec59d7a4a4b8abf0cc95acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
#
# 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
#
# Do not include "ssh-rsa " into the sshkey definition.
bootstrap::first_user:           ''
bootstrap::first_user::password: ''
bootstrap::first_user::sshkey:   ''
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