X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fmunin%2Ftemplates%2Fmunin.conf-per-node.erb;h=d2a23e8b17efa8b56ced8409703adff624a6a302;hb=2249c6494b112b3ee85c099122534e7e8d2b48e2;hp=421d0dd611f62c687bec45ca5e11c8fd67d845ee;hpb=4a87e86ffd4eb2ba87e1bbc1582ed077267cb9cf;p=dsa-puppet.git diff --git a/modules/munin/templates/munin.conf-per-node.erb b/modules/munin/templates/munin.conf-per-node.erb index 421d0dd6..d2a23e8b 100644 --- a/modules/munin/templates/munin.conf-per-node.erb +++ b/modules/munin/templates/munin.conf-per-node.erb @@ -9,7 +9,8 @@ # from other hosts it's an actual boolean, i.e. an instance of either FalseClass or TrueClass %> <%- if has_variable?('client_munin_async') and ((client_munin_async.kind_of?(String) and client_munin_async == "true") or (client_munin_async.kind_of?(TrueClass))) %> - address ssh://munin-async@<%= client_fqdn %>/set-in-authkeys +# address ssh://munin-async@<%= client_fqdn %>/set-in-authkeys + address <%= client_ipaddress %> <%- else %> address <%= client_ipaddress %> <%- end %>