From cfc95c80abfe0cbcf2a140330b6f5464718d4974 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 2 Aug 2016 20:39:31 -0400 Subject: [PATCH] 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 --- templates/germqtt.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/germqtt.conf.erb b/templates/germqtt.conf.erb index fa7b3cb..37b5b1c 100644 --- a/templates/germqtt.conf.erb +++ b/templates/germqtt.conf.erb @@ -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 %>