puppet-germqtt/templates/germqtt.conf.erb

14 lines
271 B
Plaintext

[default]
pidfile = <%= @pid_file %>
[gerrit]
username = <%= @gerrit_username %>
hostname = <%= @gerrit_hostname %>
key = <%= @gerrit_key %>
[mqtt]
hostname = <%= @mqtt_hostname %>
topic = <%= @topic %>
username = <%= @mqtt_username %>
password = <%= @mqtt_password %>