diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-05 10:37:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-05 10:37:45 -0300 |
commit | 17d8a37238ea649a1c72b578c7350e51596b65f3 (patch) | |
tree | 4d80446d757111cd1bf3e56d06037dbd176fd7d6 /hiera | |
parent | d42b8c39f0d6cfc039d7466fa3941dc0c7bfcd41 (diff) | |
download | puppet-bootstrap-17d8a37238ea649a1c72b578c7350e51596b65f3.tar.gz puppet-bootstrap-17d8a37238ea649a1c72b578c7350e51596b65f3.tar.bz2 |
More bootstrap config
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/bootstrap.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hiera/bootstrap.yaml b/hiera/bootstrap.yaml index 2353846..f37c175 100644 --- a/hiera/bootstrap.yaml +++ b/hiera/bootstrap.yaml @@ -26,3 +26,13 @@ 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 |