diff --git a/templates/database.yml.epp b/templates/database.yml.epp index 7e45e262..444cdfd1 100644 --- a/templates/database.yml.epp +++ b/templates/database.yml.epp @@ -30,6 +30,6 @@ username: <%= $username %> <% } -%> <% if $password { -%> - password: "<%= $password %>" + password: <%= stdlib::to_ruby($password) %> <% } -%> pool: <%= $db_pool %>