diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-17 11:48:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-17 11:48:20 -0300 |
commit | e265b823c9711a74699cad9d0a57b90573a10cc3 (patch) | |
tree | 1fe0182fe36575abf272372d586e047021491d0a /hiera | |
parent | 7fbeed46b58ca08b9a911efb47f64be7d01742ca (diff) | |
download | puppet-bootstrap-e265b823c9711a74699cad9d0a57b90573a10cc3.tar.gz puppet-bootstrap-e265b823c9711a74699cad9d0a57b90573a10cc3.tar.bz2 |
Adding missing parameters to bootstrap.yaml
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/bootstrap.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hiera/bootstrap.yaml b/hiera/bootstrap.yaml index f37c175..ce72bfb 100644 --- a/hiera/bootstrap.yaml +++ b/hiera/bootstrap.yaml @@ -36,3 +36,9 @@ 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: '' |