diff --git a/templates/grafana.ini.erb b/templates/grafana.ini.erb index d1d1cae..78c2605 100644 --- a/templates/grafana.ini.erb +++ b/templates/grafana.ini.erb @@ -1,6 +1,8 @@ <% @configuration.each_pair do |section, options| -%> +<% if section != 'DEFAULT' %> [<%= section %>] +<% end -%> <% options.each_pair do |option, value| -%> <%= option %> = <%= value %> <% end -%>