diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-22 13:46:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-22 13:46:16 -0300 |
commit | b75d0f3603fef2c76c546bde6e0060411b4c19c9 (patch) | |
tree | 8c7da43fbd36dbbd7ace836cbe1a70655e00c5a3 /hiera/bootstrap.yaml | |
parent | ae7cfbde32756de78f7d29d94e597483a54b75ce (diff) | |
download | puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.gz puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.bz2 |
Rename 'hiera' to 'config'
Diffstat (limited to 'hiera/bootstrap.yaml')
-rw-r--r-- | hiera/bootstrap.yaml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/hiera/bootstrap.yaml b/hiera/bootstrap.yaml deleted file mode 100644 index ce72bfb..0000000 --- a/hiera/bootstrap.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -# -# 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 - -# MySQL password -mysql::server::rootpw: '' - -# Puppet master db password -nodo::role::master::db_password: '' |