diff options
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: '' |