Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <% @jail_config.each do |name, config| -%> | |
2 <% if !config['logpath'].empty? -%> | |
3 [<%= name %>] | |
4 filter = <%= name %> | |
5 <% configuration = scope.function_merge(@jail_default, config) -%> | |
6 <% configuration.each do |key, value| -%> | |
7 <%= key %> = <%= value %> | |
8 <% end %> | |
9 <% end -%> | |
10 <% end -%> | |
OLD | NEW |