puppet-grafana/templates/grafana.ini.erb

11 lines
173 B
Text
Raw Normal View History

2023-02-10 18:30:56 +01:00
<% @configuration.each_pair do |section, options| -%>
[<%= section %>]
<% @options.each_pair do |option, value| -%>
<%= option %> = <%= value %>
<% end -%>
<% end -%>
?>