diff options
Diffstat (limited to 'templates/puppet')
-rw-r--r-- | templates/puppet/puppet.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/puppet/puppet.conf.erb b/templates/puppet/puppet.conf.erb index 2ebfc9e..d2b50d3 100644 --- a/templates/puppet/puppet.conf.erb +++ b/templates/puppet/puppet.conf.erb @@ -14,7 +14,7 @@ storeconfigs = true dbadapter = mysql dbserver = localhost dbuser = puppet -dbpassword = <%= storeconfigs_pw %> +dbpassword = <%= db_password %> dbconnections = 15 certname = puppet.<%= base_domain %> ssl_client_header = SSL_CLIENT_S_DN |