c7f39b625f8179bb1bbc26394bb03da3b8e224d0
[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 %>