puppet-zanata/templates/zanata.ini.erb
stephane 4515974ae8 Add zanata.ini file
The zanata client uses a .ini file to store the server's url and
an API key. Manage this file using puppet so we can easily install
this configuration.

Change-Id: I21c972de4df95b76b0e3361695d74f7d89b1f82c
2015-04-06 15:39:17 -07:00

5 lines
143 B
Plaintext

[servers]
<%= @serverid -%>.url=<%= @server_url %>
<%= @serverid -%>.username=<%= @server_user %>
<%= @serverid -%>.key=<%= @server_api_key %>