9e0edabed4
Due to using an undefined variable when determining the server id, the client manifest was writing an incorrectly formatted zanata.ini file. Furthermore, the intent of the change did not go far enough, since it would not strip off the URI scheme or port. Due to the complexities of parsing URIs in regular expressions, use a Puppet function for the heavy lifting. Change-Id: I754ee54f805c91f5548b2cf270b23c68eed3959c
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
[servers]
|
|
<%= @server_id -%>.url=<%= @server_url %>
|
|
<%= @server_id -%>.username=<%= @server_user %>
|
|
<%= @server_id -%>.key=<%= @server_api_key %>
|