puppet-gerrit/templates/secure.config.erb

10 lines
277 B
Plaintext

[database]
password = <%= @mysql_password %>
[auth]
registerEmailPrivateKey = <%= @email_private_key %>
restTokenPrivateKey = <%= @token_private_key %>
<% @its_plugins.each do |its_plugin| -%>
[<%= its_plugin['name'] %>]
password = <%= its_plugin['password'] %>
<% end -%>