puppet-germqtt/templates/germqtt.conf.erb
Matthew Treinish cfc95c80ab
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
2016-08-02 20:39:31 -04:00

14 lines
278 B
Plaintext

[default]
pidfile = <%= @pid_file %>
[gerrit]
username = <%= @gerrit_username %>
hostname = <%= @gerrit_hostname %>
key = /home/germqtt/.ssh/id_rsa
[mqtt]
hostname = <%= @mqtt_hostname %>
topic = <%= @topic %>
username = <%= @mqtt_username %>
password = <%= @mqtt_password %>