Fix path for ssh key file

This commit fixes the path to be the proper location instead of a
template param to make things actually work.

Change-Id: I155b3cdaa9ff472653420472fdd01e43613d11f9
This commit is contained in:
Matthew Treinish 2016-08-02 20:39:31 -04:00
parent 3e84a392aa
commit cfc95c80ab
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pidfile = <%= @pid_file %>
[gerrit]
username = <%= @gerrit_username %>
hostname = <%= @gerrit_hostname %>
key = <%= @gerrit_key %>
key = /home/germqtt/.ssh/id_rsa
[mqtt]
hostname = <%= @mqtt_hostname %>