puppet-grafana/templates/grafana.ini.erb

10 lines
209 B
Text

<% @configuration.each_pair do |section, options| -%>
<% if section != 'DEFAULT' %>
[<%= section %>]
<% end -%>
<% options.each_pair do |option, value| -%>
<%= option %> = <%= value %>
<% end -%>
<% end -%>