From: Silvio Rhatto Date: Wed, 5 Mar 2014 13:37:45 +0000 (-0300) Subject: More bootstrap config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=17d8a37238ea649a1c72b578c7350e51596b65f3;p=puppet-bootstrap.git More bootstrap config --- 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