More munin stuff, supporting munin-async if it is on the client
[mirror/dsa-puppet.git] / modules / munin / templates / munin.conf-per-node.erb
1 ##
2 ### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ##
4
5 [<%= client_fqdn %>]
6 <%- if has_variable?('client_munin_async') and client_munin_async and client_munin_async == "true" %>
7     address ssh://munin-async@<%= client_fqdn %>/set-in-authkeys
8 <%- else %>
9     address <%= client_ipaddress %>
10 <%- end %>