puppet-grafana/templates/grafana.ini.erb
2023-02-10 19:30:56 +02:00

10 lines
173 B
Text

<% @configuration.each_pair do |section, options| -%>
[<%= section %>]
<% @options.each_pair do |option, value| -%>
<%= option %> = <%= value %>
<% end -%>
<% end -%>
?>